Skip to content

Commit c2a19e1

Browse files
committed
Bump to v0.3.1.dev
1 parent 05e80a1 commit c2a19e1

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.0"
8+
const Version = "0.3.1"
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 = ""
13+
const VersionPrerelease = "dev"

0 commit comments

Comments
 (0)