Browse Source

Bump version to 0.9.0

pull/1842/head
Jae Kwon 6 years ago
parent
commit
49596e0a1f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      version/version.go

+ 1
- 1
CHANGELOG.md View File

@ -2,7 +2,7 @@
## 0.9.0
*TBD*
*June 24th, 2018*
BREAKING:
- [events, pubsub] Removed - moved to github.com/tendermint/tendermint


+ 1
- 1
version/version.go View File

@ -1,3 +1,3 @@
package version
const Version = "0.9.0-dev"
const Version = "0.9.0"

Loading…
Cancel
Save