Update changelog & version
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
## 0.21.0
|
||||
|
||||
*TBD*
|
||||
*July 13th, 2018*
|
||||
|
||||
BREAKING CHANGES
|
||||
* [x/stake] Specify DelegatorAddress in MsgCreateValidator
|
||||
|
||||
+2
-2
@@ -2,10 +2,10 @@
|
||||
package version
|
||||
|
||||
const Maj = "0"
|
||||
const Min = "20"
|
||||
const Min = "21"
|
||||
const Fix = "0"
|
||||
|
||||
const Version = "0.20.0"
|
||||
const Version = "0.21.0"
|
||||
|
||||
// GitCommit set by build flags
|
||||
var GitCommit = ""
|
||||
|
||||
Reference in New Issue
Block a user