Skip to content

Commit 05e80a1

Browse files
committed
Bump to 0.3.0
1 parent 94f27b8 commit 05e80a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ var GitCommit string
55
var GitDescribe string
66

77
// The main version number that is being run at the moment.
8-
const Version = "0.3.1"
8+
const Version = "0.3.0"
99

1010
// A pre-release marker for the version. If this is "" (empty string)
1111
// then it means that it is a final release. Otherwise, this is a pre-release
1212
// such as "dev" (in development), "beta", "rc1", etc.
13-
const VersionPrerelease = "dev"
13+
const VersionPrerelease = ""

0 commit comments

Comments
 (0)