We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c7fcd commit e411771Copy full SHA for e411771
pkg/version/version.go
@@ -5,7 +5,7 @@ import "fmt"
5
const (
6
majorVersion = "0"
7
minorVersion = "1"
8
- patchVersion = "0"
+ patchVersion = "1"
9
preReleaseString = ""
10
)
11
0 commit comments