Skip to content

Commit 83b03f3

Browse files
authored
chore: cleanup after v2.1.0 release (#1452)
1 parent 5438382 commit 83b03f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/scw/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
var (
1515
// Version is updated manually
16-
Version = "v2.1.0" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
16+
Version = "v2.1.0+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
1717

1818
// These are initialized by the build script
1919

0 commit comments

Comments
 (0)