mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-01 11:56:21 +00:00
version and changelog
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 0.10.2 (March 23, 2018)
|
||||
|
||||
Hot fix to remove `omitempty` from `fee` and to actually run `make
|
||||
protoc`
|
||||
|
||||
## 0.10.1 (March 22, 2018)
|
||||
|
||||
FEATURES:
|
||||
|
||||
@@ -4,6 +4,6 @@ package version
|
||||
|
||||
const Maj = "0"
|
||||
const Min = "10"
|
||||
const Fix = "1"
|
||||
const Fix = "2"
|
||||
|
||||
const Version = "0.10.1"
|
||||
const Version = "0.10.2"
|
||||
|
||||
Reference in New Issue
Block a user