Skip to content

Commit e411771

Browse files
committed
Bump version to v0.1.1
1 parent 01c7fcd commit e411771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "fmt"
55
const (
66
majorVersion = "0"
77
minorVersion = "1"
8-
patchVersion = "0"
8+
patchVersion = "1"
99
preReleaseString = ""
1010
)
1111

0 commit comments

Comments
 (0)