Finish log in user

This commit is contained in:
Unknown 2014-03-06 11:42:14 -05:00
parent d8b92b4bc9
commit 56a7ab4da5
8 changed files with 104 additions and 58 deletions

View file

@ -19,7 +19,7 @@ import (
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
const go11tag = true
const APP_VER = "0.0.0.0306"
const APP_VER = "0.0.1.0306"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())