version bump and release branch

This commit is contained in:
Ethan Buchman
2016-08-05 19:15:14 -04:00
parent 6643e4969f
commit 6fef314423
4 changed files with 4 additions and 4 deletions

View File

@ -8,6 +8,6 @@ import (
var Spec = "1" // async
var Major = "0" //
var Minor = "2" // replay refactor
var Revision = "1" // round state fix
var Revision = "2" // validation -> commit
var Version = Fmt("v%s/%s.%s.%s", Spec, Major, Minor, Revision)