Skip to content

Commit

Permalink
CHANGE: version number
Browse files Browse the repository at this point in the history
  • Loading branch information
go-compile committed Nov 3, 2022
1 parent de398da commit f03d7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version := 1.3.1
version := 1.3.2
revision := 1
# Install in ubuntu/deb: sudo apt install gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
# arch64_cc is only required if cgo_enabled=1
Expand Down
2 changes: 1 addition & 1 deletion relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const (
ProxyUDP

// VERSION uses semantic versioning
VERSION = "v1.3.1"
VERSION = "v1.3.2"
)

var (
Expand Down

0 comments on commit f03d7ba

Please sign in to comment.