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