Skip to content

Commit fb0e8a6

Browse files
chore: cleanup after v2.3.0 release (scaleway#1812)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 7f80aae commit fb0e8a6

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

1818
// These are initialized by the build script
1919

0 commit comments

Comments
 (0)