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 1e3bfa4 commit 73641caCopy full SHA for 73641ca
internal/model/version/version.go
@@ -9,7 +9,7 @@ const (
9
MAJOR = 0
10
MINOR = 2
11
FIX = 0
12
- DEV = true
+ DEV = false
13
)
14
15
var version = fmt.Sprintf("%d.%d.%d", MAJOR, MINOR, FIX)
0 commit comments