Skip to content

Commit

Permalink
dev version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jun 13, 2018
1 parent 6967905 commit 1b7396d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.20.0

*TBD*

## 0.19.0

*June 13, 2018*
Expand Down
8 changes: 2 additions & 6 deletions version/version.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
//nolint
package version

// when updating these,
// remember to also update examples/basecoin/tests/cli/rpc.sh
// TODO improve

const Maj = "0"
const Min = "19"
const Min = "20"
const Fix = "0"

const Version = "0.19.0"
const Version = "0.20.0-dev"

// GitCommit set by build flags
var GitCommit = ""

0 comments on commit 1b7396d

Please sign in to comment.