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 folder, rpc core version
pull/192/head
Ethan Buchman
9 years ago
parent
3cce757adc
commit
77a66f079f
2 changed files
with
12 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
rpc/core/version.go
+7
-0
version/version.go
+ 5
- 0
rpc/core/version.go
View File
@ -0,0 +1,5 @@
package
core
// a single integer is sufficient here
const
Version
=
"2"
// add DialSeeds; re-organize type bytes
+ 7
- 0
version/version.go
View File
@ -0,0 +1,7 @@
package
version
const
Maj
=
"0"
const
Min
=
"6"
// tmsp refactor
const
Fix
=
"0"
const
Version
=
Maj
+
"."
+
Min
+
"."
+
Fix
Write
Preview
Loading…
Cancel
Save