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.5.1
1
+ 1.5.2
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ import (
28
28
)
29
29
30
30
const (
31
- VersionMajor = 1 // Major version component of the current release
32
- VersionMinor = 5 // Minor version component of the current release
33
- VersionPatch = 1 // Patch version component of the current release
34
- VersionMeta = "stable " // Version metadata to append to the version string
31
+ VersionMajor = 1 // Major version component of the current release
32
+ VersionMinor = 5 // Minor version component of the current release
33
+ VersionPatch = 2 // Patch version component of the current release
34
+ VersionMeta = "unstable " // Version metadata to append to the version string
35
35
)
36
36
37
37
// Version holds the textual version string.
You can’t perform that action at this time.
0 commit comments