2016-01-20 16:25:26 -05:00
|
|
|
package version
|
|
|
|
|
|
|
|
const Maj = "0"
|
2016-08-05 19:15:14 -04:00
|
|
|
const Min = "7" // tmsp useability (protobuf, unix); optimizations; broadcast_tx_commit
|
2016-01-20 16:25:26 -05:00
|
|
|
const Fix = "0"
|
|
|
|
|
|
|
|
const Version = Maj + "." + Min + "." + Fix
|