move into rpc package

This commit is contained in:
Ethan Buchman
2017-04-21 18:05:39 -04:00
parent 35f1db09a9
commit c55d83281a
18 changed files with 0 additions and 0 deletions

7
rpc/version.go Normal file
View File

@ -0,0 +1,7 @@
package rpc
const Maj = "0"
const Min = "7"
const Fix = "0"
const Version = Maj + "." + Min + "." + Fix