Skip to content

Commit 4b5abd6

Browse files
committed
chore: release 0.3.0
1 parent 538a9b1 commit 4b5abd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/globals/globals.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ import (
66
"strings"
77
)
88

9+
var G = Globals{
10+
Version: "0.3.0",
11+
}
12+
913
type Globals struct {
1014
Version string
1115

@@ -27,10 +31,6 @@ const (
2731
VerbosityTrace
2832
)
2933

30-
var G = Globals{
31-
Version: "0.2.1-snapshot",
32-
}
33-
3434
func (self *Globals) Init() {
3535
self.BuildCommit = commitHash
3636
self.BuildCommitShort = commitShortHash

0 commit comments

Comments
 (0)