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 e9f834c commit 7ecc597Copy full SHA for 7ecc597
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.18"
+ VERSION = "v1.18+dev"
8
9
// GITCOMMIT represents the git commit hash of the package, it is configured at build time
10
GITCOMMIT string
0 commit comments