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