We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863aafc commit 9984ffeCopy full SHA for 9984ffe
pkg/scwversion/version.go
@@ -4,7 +4,7 @@ import "fmt"
4
5
var (
6
// VERSION represents the semver version of the package
7
- VERSION = "v1.20+dev"
+ VERSION = "v1.20"
8
9
// GITCOMMIT represents the git commit hash of the package, it is configured at build time
10
GITCOMMIT string
0 commit comments