File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 1.8.11
1
+ 1.8.12
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ import (
22
22
23
23
// Version components of the current release.
24
24
const (
25
- VersionMajor = 1 // Major version component of the current release
26
- VersionMinor = 8 // Minor version component of the current release
27
- VersionPatch = 11 // Patch version component of the current release
28
- VersionMeta = "stable " // Version metadata to append to the version string
25
+ VersionMajor = 1 // Major version component of the current release
26
+ VersionMinor = 8 // Minor version component of the current release
27
+ VersionPatch = 12 // Patch version component of the current release
28
+ VersionMeta = "unstable " // Version metadata to append to the version string
29
29
)
30
30
31
31
// Version holds the textual version string.
You can’t perform that action at this time.
0 commit comments