Finish delete user

This commit is contained in:
Unknown 2014-03-11 11:40:47 -04:00
parent b3de0ded70
commit 12f81de349
6 changed files with 25 additions and 14 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.4.0311"
const APP_VER = "0.0.5.0311"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())