mirror of
https://github.com/status-im/status-go.git
synced 2025-01-21 20:20:29 +00:00
Merge branch 'release/1.0.0' into develop
This commit is contained in:
commit
d0ab1c70a1
@ -9,10 +9,10 @@ var (
|
||||
gitCommit = "rely on linker: -ldflags -X main.GitCommit"
|
||||
buildStamp = "rely on linker: -ldflags -X main.buildStamp"
|
||||
|
||||
versionMajor = 0 // Major version component of the current release
|
||||
versionMinor = 9 // Minor version component of the current release
|
||||
versionPatch = 1 // Patch version component of the current release
|
||||
versionMeta = "unstable" // Version metadata to append to the version string
|
||||
versionMajor = 1 // Major version component of the current release
|
||||
versionMinor = 0 // Minor version component of the current release
|
||||
versionPatch = 0 // Patch version component of the current release
|
||||
versionMeta = "stable" // Version metadata to append to the version string
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user