This commit is contained in:
Unknown 2014-05-02 17:30:59 -04:00
parent 3e856928a2
commit a9e6d49dc6
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
const APP_VER = "0.3.2.0501 Alpha"
const APP_VER = "0.3.2.0502 Alpha"
func init() {
base.AppVer = APP_VER