Skip to content

Commit 70d9f6e

Browse files
Update the Version, BuildNumber, genesistimestamp.data
1 parent 2a0ef59 commit 70d9f6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildnumber.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
0

config/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const VersionMajor = 3
3333

3434
// VersionMinor is the Minor semantic version number (x.#.z) - changed when backwards-compatible features are introduced.
3535
// Not enforced until after initial public release (x > 0).
36-
const VersionMinor = 5
36+
const VersionMinor = 6
3737

3838
// Version is the type holding our full version information.
3939
type Version struct {

0 commit comments

Comments
 (0)