mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
version folder, rpc core version
This commit is contained in:
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
|
Reference in New Issue
Block a user