version bump

This commit is contained in:
Ethan Buchman
2017-04-19 00:05:18 -04:00
parent 4671c44b2d
commit 1a42f946dc

View File

@@ -1,7 +1,7 @@
package rpc
const Maj = "0"
const Min = "6" // 0x-prefixed string args handled as hex
const Fix = "0" //
const Min = "7"
const Fix = "0"
const Version = Maj + "." + Min + "." + Fix