Skip to content

Commit 1a1373c

Browse files
committed
Update changelog & version
1 parent 3231daa commit 1a1373c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.21.0
44

5-
*TBD*
5+
*July 13th, 2018*
66

77
BREAKING CHANGES
88
* [x/stake] Specify DelegatorAddress in MsgCreateValidator

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
package version
33

44
const Maj = "0"
5-
const Min = "20"
5+
const Min = "21"
66
const Fix = "0"
77

8-
const Version = "0.20.0"
8+
const Version = "0.21.0"
99

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

0 commit comments

Comments
 (0)