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.
1 parent 4783d08 commit 364748dCopy full SHA for 364748d
cmd/scw/main.go
@@ -13,7 +13,7 @@ import (
13
14
var (
15
// Version is updated manually
16
- Version = "v2.2.1" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
+ Version = "v2.2.1+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
17
18
// These are initialized by the build script
19
0 commit comments