version: starts 0.9.8-unstable
This commit is contained in:
parent
55af7788db
commit
b3a56eb00b
|
@ -12,10 +12,10 @@ const (
|
|||
VersionMinor = 9
|
||||
|
||||
// VersionPatch is a patch version component of the current release
|
||||
VersionPatch = 7
|
||||
VersionPatch = 8
|
||||
|
||||
// VersionMeta is metadata to append to the version string
|
||||
VersionMeta = "stable"
|
||||
VersionMeta = "unstable"
|
||||
)
|
||||
|
||||
// Version exposes string representation of program version.
|
||||
|
|
Loading…
Reference in New Issue