Finish update password and profile

This commit is contained in:
Unknown 2014-03-14 01:12:07 -04:00
parent 495a52d78b
commit 47edf7f4f9
10 changed files with 72 additions and 33 deletions

View file

@ -20,7 +20,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.7.0313"
const APP_VER = "0.0.7.0314"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())