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.8
1
+ 1.5.9
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ package params
19
19
import "fmt"
20
20
21
21
const (
22
- VersionMajor = 1 // Major version component of the current release
23
- VersionMinor = 5 // Minor version component of the current release
24
- VersionPatch = 8 // Patch version component of the current release
25
- VersionMeta = "stable " // Version metadata to append to the version string
22
+ VersionMajor = 1 // Major version component of the current release
23
+ VersionMinor = 5 // Minor version component of the current release
24
+ VersionPatch = 9 // Patch version component of the current release
25
+ VersionMeta = "unstable " // Version metadata to append to the version string
26
26
)
27
27
28
28
// Version holds the textual version string.
You can’t perform that action at this time.
0 commit comments