Add Repository/user name filter

This commit is contained in:
Unknown 2014-03-20 11:41:24 -04:00
parent 1a0d7c54a2
commit 3b387336bf
7 changed files with 51 additions and 5 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.1.2.0320.1"
const APP_VER = "0.1.3.0320.1"
func init() {
base.AppVer = APP_VER