Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
onetechnical committed Jan 11, 2021
1 parent a47bba3 commit f8c69f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildnumber.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const VersionMajor = 2

// VersionMinor is the Minor semantic version number (x.#.z) - changed when backwards-compatible features are introduced.
// Not enforced until after initial public release (x > 0).
const VersionMinor = 3
const VersionMinor = 4

// Version is the type holding our full version information.
type Version struct {
Expand Down
1 change: 1 addition & 0 deletions genesistimestamp.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1558657885

0 comments on commit f8c69f6

Please sign in to comment.