Skip to content

Commit 9984ffe

Browse files
Release v1.20 fix version (#575)
1 parent 863aafc commit 9984ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scwversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var (
66
// VERSION represents the semver version of the package
7-
VERSION = "v1.20+dev"
7+
VERSION = "v1.20"
88

99
// GITCOMMIT represents the git commit hash of the package, it is configured at build time
1010
GITCOMMIT string

0 commit comments

Comments
 (0)