version: 0.9.5 version bump
This commit is contained in:
parent
980d054a06
commit
0852facd09
|
@ -8,7 +8,7 @@ const (
|
||||||
VersionMajor = 0 // Major version component of the current release
|
VersionMajor = 0 // Major version component of the current release
|
||||||
VersionMinor = 9 // Minor version component of the current release
|
VersionMinor = 9 // Minor version component of the current release
|
||||||
VersionPatch = 5 // Patch version component of the current release
|
VersionPatch = 5 // Patch version component of the current release
|
||||||
VersionMeta = "unstable" // Version metadata to append to the version string
|
VersionMeta = "stable" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version exposes string representation of program version.
|
// Version exposes string representation of program version.
|
||||||
|
|
Loading…
Reference in New Issue