version change for milestones

This commit is contained in:
Arpit Temani 2023-08-29 17:50:05 +05:30
parent f10517918e
commit b32521d456
16 changed files with 10 additions and 10 deletions

View file

BIN
core/triecache/data.1.bin Normal file

Binary file not shown.

View file

BIN
core/triecache/data.3.bin Normal file

Binary file not shown.

BIN
core/triecache/data.4.bin Normal file

Binary file not shown.

BIN
core/triecache/data.5.bin Normal file

Binary file not shown.

View file

BIN
core/triecache/data.7.bin Normal file

Binary file not shown.

BIN
core/triecache/metadata.bin Normal file

Binary file not shown.

View file

@ -1,5 +1,5 @@
Source: bor
Version: 0.5.0-beta-6
Version: 1.0.0-beta
Section: develop
Priority: standard
Maintainer: Polygon <release-team@polygon.technology>

View file

@ -1,5 +1,5 @@
Source: bor
Version: 0.5.0-beta-6
Version: 1.0.0-beta
Section: develop
Priority: standard
Maintainer: Polygon <release-team@polygon.technology>

View file

@ -1,5 +1,5 @@
Source: bor-profile
Version: 0.5.0-beta-6
Version: 1.0.0-beta
Section: develop
Priority: standard
Maintainer: Polygon <release-team@polygon.technology>

View file

@ -1,5 +1,5 @@
Source: bor-profile
Version: 0.5.0-beta-6
Version: 1.0.0-beta
Section: develop
Priority: standard
Maintainer: Polygon <release-team@polygon.technology>

View file

@ -1,5 +1,5 @@
Source: bor-profile
Version: 0.5.0-beta-6
Version: 1.0.0-beta
Section: develop
Priority: standard
Maintainer: Polygon <release-team@polygon.technology>

View file

@ -1,5 +1,5 @@
Source: bor-profile
Version: 0.5.0-beta-6
Version: 1.0.0-beta
Section: develop
Priority: standard
Maintainer: Polygon <release-team@polygon.technology>

View file

@ -21,10 +21,10 @@ import (
)
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
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 = "beta-6" // Version metadata to append to the version string
VersionMeta = "beta" // Version metadata to append to the version string
)
var GitCommit string