Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit f25378b

Browse files
committed
bump patch version
1 parent 89524ed commit f25378b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import "fmt"
2121
const (
2222
Major = 0 // Major version component of the current release
2323
Minor = 5 // Minor version component of the current release
24-
Patch = 0 // Patch version component of the current release
24+
Patch = 1 // Patch version component of the current release
2525
Meta = "alpha" // Version metadata to append to the version string
2626
)
2727

0 commit comments

Comments
 (0)