Skip to content

Commit ddd37c6

Browse files
committed
0.3.0
1 parent 29bbf0b commit ddd37c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.3.0

meta/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var GITCOMMIT string
88
// VERSION indicates which version of the binary is running.
99
var VERSION string
1010

11-
const majorRelease = "0.2.x"
11+
const majorRelease = "0.3.x"
1212

1313
// Version returns the version/commit string.
1414
func Version() string {

0 commit comments

Comments
 (0)