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
bump version
pull/1780/head
Ethan Buchman
8 years ago
parent
1aa663d907
commit
1002a8c5d0
2 changed files
with
8 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
CHANGELOG.md
+2
-2
version/version.go
+ 6
- 0
CHANGELOG.md
View File
@ -1,5 +1,11 @@
# Changelog
## 0.4.1 (April 18, 2017)
IMPROVEMENTS:
- Update dependencies
## 0.4.0 (March 6, 2017)
BREAKING CHANGES:
+ 2
- 2
version/version.go
View File
@ -4,6 +4,6 @@ package version
const
Maj
=
"0"
const
Min
=
"4"
const
Fix
=
"
0
"
const
Fix
=
"
1
"
const
Version
=
"0.4.
0"
// new Query args and response (with proof!)
const
Version
=
"0.4.
1"
Write
Preview
Loading…
Cancel
Save