We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b4d87 commit 9b20112Copy full SHA for 9b20112
internal/globals/globals.go
@@ -16,7 +16,7 @@ type Globals struct {
16
}
17
18
var G = Globals{
19
- Version: "0.1.0-4.00",
+ Version: "0.1.0-4.dev",
20
21
22
func (self *Globals) Init() {
0 commit comments