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 8beb957 commit f5cddbaCopy full SHA for f5cddba
main.go
@@ -11,7 +11,7 @@ var CWD string
11
var RELEASE_VERSION []byte
12
13
func init() {
14
- RELEASE_VERSION = []byte(`0.1.4-beta`)
+ RELEASE_VERSION = []byte(`0.1.42-beta`)
15
CWD, _ = os.Getwd()
16
initLogLevel()
17
}
0 commit comments