We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c09568 commit 6f0b006Copy full SHA for 6f0b006
core/version.go
@@ -6,7 +6,7 @@ const (
6
VersionMajor = 1 // Major version component of the current release
7
VersionMinor = 0 // Minor version component of the current release
8
VersionPatch = 6 // Patch version component of the current release
9
- VersionMeta = "alpha.3" // Version metadata to append to the version string
+ VersionMeta = "alpha.4" // Version metadata to append to the version string
10
)
11
12
// Version holds the textual version string.
0 commit comments