types: remove redundant version file

This commit is contained in:
Ethan Buchman
2017-09-04 15:32:03 -04:00
parent e86930c431
commit f1094f760b

View File

@@ -1,7 +0,0 @@
package types
const Maj = "0"
const Min = "3" // ResponseInfo, ResponseEndBlock
const Fix = "0" //
const Version = Maj + "." + Min + "." + Fix