Skip to content

Commit 0cada49

Browse files
authored
chore: cleanup after v2.0.0-beta.3 release (#1055)
1 parent ed5eb91 commit 0cada49

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.0.0-beta.3" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
16+
Version = "v2.0.0-beta.3+dev" // ${BUILD_VERSION:-`git describe --tags --dirty --always`}"
1717

1818
// These are initialized by the build script
1919

0 commit comments

Comments
 (0)