Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
re7eal committed Dec 6, 2018
1 parent 20a0803 commit c28f670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## TBD (Reset chain required)
## 1.0.0 (November 7, 2018)

IMPROVEMENTS:

Expand Down
2 changes: 1 addition & 1 deletion abci/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func init() {

const (
// ABCIAppSemVer is ABCI app version.
ABCIAppSemVer = "0.13.0"
ABCIAppSemVer = "1.0.0"

// ABCIAppProtocolVersion is ABCI App protocol version.
ABCIAppProtocolVersion = 1
Expand Down

0 comments on commit c28f670

Please sign in to comment.