mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
version folder, rpc core version
This commit is contained in:
parent
3cce757adc
commit
77a66f079f
5
rpc/core/version.go
Normal file
5
rpc/core/version.go
Normal file
@ -0,0 +1,5 @@
|
||||
package core
|
||||
|
||||
// a single integer is sufficient here
|
||||
|
||||
const Version = "2" // add DialSeeds; re-organize type bytes
|
7
version/version.go
Normal file
7
version/version.go
Normal file
@ -0,0 +1,7 @@
|
||||
package version
|
||||
|
||||
const Maj = "0"
|
||||
const Min = "6" // tmsp refactor
|
||||
const Fix = "0"
|
||||
|
||||
const Version = Maj + "." + Min + "." + Fix
|
Loading…
x
Reference in New Issue
Block a user