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 9620f33 commit a4d8783Copy full SHA for a4d8783
godbledger/version/version.go
@@ -22,8 +22,8 @@ import (
22
23
const (
24
VersionMajor = 0 // Major version component of the current release
25
- VersionMinor = 5 // Minor version component of the current release
26
- VersionPatch = 13 // Patch version component of the current release
+ VersionMinor = 6 // Minor version component of the current release
+ VersionPatch = 0 // Patch version component of the current release
27
VersionMeta = "alpha" // Version metadata to append to the version string
28
)
29
0 commit comments