There was an error while loading. Please reload this page.
2 parents 8b0232a + 89def2b commit 157c5c2Copy full SHA for 157c5c2
1 file changed
version/version.go
@@ -21,8 +21,8 @@ import "fmt"
21
const (
22
Major = 0 // Major version component of the current release
23
Minor = 1 // Minor version component of the current release
24
- Patch = 2 // Patch version component of the current release
25
- Meta = "alpha" // Version metadata to append to the version string
+ Patch = 1 // Patch version component of the current release
+ Meta = "" // Version metadata to append to the version string
26
)
27
28
// Version holds the textual version string.
0 commit comments