mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 16:56:53 +00:00
version: starts 0.9.7-unstable
This commit is contained in:
parent
955dbe2e67
commit
b0776a5092
@ -5,10 +5,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
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 = 6 // Patch version component of the current release
|
VersionPatch = 7 // Patch version component of the current release
|
||||||
VersionMeta = "stable" // Version metadata to append to the version string
|
VersionMeta = "unstable" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version exposes string representation of program version.
|
// Version exposes string representation of program version.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user