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