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 0.6.0
pull/456/head
Ethan Buchman
8 years ago
parent
b494cc5219
commit
0eb278ad3b
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
version.go
+ 2
- 2
version.go
View File
@ -1,7 +1,7 @@
package
rpc
const
Maj
=
"0"
const
Min
=
"
5"
// refactored out of tendermint/tendermint; RPCResponse.Result is RawJSON
const
Fix
=
"
1"
// support tcp:// or unix:// prefixes
const
Min
=
"
6"
// 0x-prefixed string args handled as hex
const
Fix
=
"
0"
//
const
Version
=
Maj
+
"."
+
Min
+
"."
+
Fix
Write
Preview
Loading…
Cancel
Save