Skip to content

Commit

Permalink
Update version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onetechnical committed Nov 25, 2020
1 parent a6f508a commit 65d5a6a
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 = 2
const VersionMinor = 3

// 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 65d5a6a

Please sign in to comment.