We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce74ca commit 997b841Copy full SHA for 997b841
version/version.go
@@ -11,7 +11,7 @@ var (
11
GitDescribe string
12
13
// The main version number that is being run at the moment.
14
- Version = "0.1.0"
+ Version = "0.1.1"
15
16
// A pre-release marker for the version. If this is "" (empty string)
17
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments