mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 02:31:46 +00:00
move into rpc package
This commit is contained in:
7
rpc/version.go
Normal file
7
rpc/version.go
Normal file
@ -0,0 +1,7 @@
|
||||
package rpc
|
||||
|
||||
const Maj = "0"
|
||||
const Min = "7"
|
||||
const Fix = "0"
|
||||
|
||||
const Version = Maj + "." + Min + "." + Fix
|
Reference in New Issue
Block a user