mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 22:56:43 +00:00
version change for milestones
This commit is contained in:
parent
f10517918e
commit
b32521d456
16 changed files with 10 additions and 10 deletions
0
core/triecache/data.0.bin
Normal file
0
core/triecache/data.0.bin
Normal file
BIN
core/triecache/data.1.bin
Normal file
BIN
core/triecache/data.1.bin
Normal file
Binary file not shown.
0
core/triecache/data.2.bin
Normal file
0
core/triecache/data.2.bin
Normal file
BIN
core/triecache/data.3.bin
Normal file
BIN
core/triecache/data.3.bin
Normal file
Binary file not shown.
BIN
core/triecache/data.4.bin
Normal file
BIN
core/triecache/data.4.bin
Normal file
Binary file not shown.
BIN
core/triecache/data.5.bin
Normal file
BIN
core/triecache/data.5.bin
Normal file
Binary file not shown.
0
core/triecache/data.6.bin
Normal file
0
core/triecache/data.6.bin
Normal file
BIN
core/triecache/data.7.bin
Normal file
BIN
core/triecache/data.7.bin
Normal file
Binary file not shown.
BIN
core/triecache/metadata.bin
Normal file
BIN
core/triecache/metadata.bin
Normal file
Binary file not shown.
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue