update version and glide

This commit is contained in:
Ethan Buchman
2017-01-12 21:20:09 -05:00
parent 624dca61b3
commit 42b7bfbf0c
4 changed files with 28 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
package types
const Maj = "0"
const Min = "3" // ResponseInfo, ResponseEndBlock
const Fix = "0" //
const Version = Maj + "." + Min + "." + Fix