Skip to content

Commit ee115b9

Browse files
chore: cleanup after v2.2.2 release (#1514)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 905a2e4 commit ee115b9

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

1818
// These are initialized by the build script
1919

0 commit comments

Comments
 (0)