We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70d38bc + 41aad16 commit 746163aCopy full SHA for 746163a
Makefile
@@ -1,4 +1,4 @@
1
-version := "v2.0.0"
+version := "v2.1.0"
2
3
commit := $(shell git rev-parse --short HEAD)
4
scripts/dist.sh
@@ -12,7 +12,7 @@ rm -rf $DIR/dist
12
mkdir -p $DIR/dist
13
14
arch=$(go env GOARCH)
15
-version='2.0.0'
+version='2.1.0'
16
goversion=$(go version | awk '{print $3}')
17
18
echo "... building v$version for $linux/$arch"
0 commit comments