Skip to content

Commit 3b02803

Browse files
chore: cleanup after v2.2.0 release (#1470)
Co-authored-by: Rémy Léone <[email protected]>
1 parent aeff0cd commit 3b02803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/scw/main.go

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

1818
// These are initialized by the build script
1919

0 commit comments

Comments
 (0)