This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
changelog and version
pull/1780/head
Ethan Buchman
7 years ago
parent
e1ee4d6bf5
commit
f860c33515
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CHANGELOG.md
+3
-3
version/version.go
+ 1
- 1
CHANGELOG.md
View File
@ -1,6 +1,6 @@
# Changelog
## 0.8.0 (
TB
D)
## 0.8.0 (D
ecember 6, 2017
)
BREAKING CHANGES:
- [client] all XxxSync methods now return (ResponseXxx, error)
+ 3
- 3
version/version.go
View File
@ -3,7 +3,7 @@ package version
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
const
Maj
=
"0"
const
Min
=
"
7
"
const
Fix
=
"
1
"
const
Min
=
"
8
"
const
Fix
=
"
0
"
const
Version
=
"0.
7.1
"
const
Version
=
"0.
8.0
"
Write
Preview
Loading…
Cancel
Save