mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-31 03:16:21 +00:00
types: remove redundant version file
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
package types
|
||||
|
||||
const Maj = "0"
|
||||
const Min = "3" // ResponseInfo, ResponseEndBlock
|
||||
const Fix = "0" //
|
||||
|
||||
const Version = Maj + "." + Min + "." + Fix
|
||||
Reference in New Issue
Block a user