diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-06 11:42:14 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-06 11:42:14 -0500 |
commit | 56a7ab4da5d36e9311311c826c772bade7d031f0 (patch) | |
tree | fd329c1c5e31f7e40e4ac0c9893a9b370d4935d3 /gogs.go | |
parent | d8b92b4bc99d642c7fd9a6080bdfa8d782e8c325 (diff) | |
download | gitea-56a7ab4da5d36e9311311c826c772bade7d031f0.tar.gz gitea-56a7ab4da5d36e9311311c826c772bade7d031f0.zip |
Finish log in user
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |