OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / tendermint / abci / version / version.go
diff --git a/vendor/github.com/tendermint/abci/version/version.go b/vendor/github.com/tendermint/abci/version/version.go
deleted file mode 100644 (file)
index bbea51b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-package version
-
-// NOTE: we should probably be versioning the ABCI and the abci-cli separately
-
-const Maj = "0"
-const Min = "7"
-const Fix = "0"
-
-const Version = "0.7.0"