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
version bump
pull/576/head
Ethan Buchman
8 years ago
parent
612726d9f6
commit
eed3959749
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
CHANGELOG.md
+2
-2
version/version.go
+ 3
- 0
CHANGELOG.md
View File
@ -5,6 +5,9 @@
FEATURES:
- Enable lower latency block commits by adding consensus reactor sleep durations and p2p flush throttle timeout to the config
IMPROVEMENTS:
- Better consensus logging
## 0.10.1 (June 28, 2017)
FEATURES:
+ 2
- 2
version/version.go
View File
@ -2,11 +2,11 @@ package version
const
Maj
=
"0"
const
Min
=
"10"
const
Fix
=
"
1
"
const
Fix
=
"
2
"
var
(
// The full version string
Version
=
"0.10.
1
"
Version
=
"0.10.
2
"
// GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
GitCommit
string
Write
Preview
Loading…
Cancel
Save