diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-14 01:12:07 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-14 01:12:07 -0400 |
commit | 47edf7f4f9d359765764207cbcb6dd82dba36de8 (patch) | |
tree | a809ed1add57ce5eaae2d55190bb55abac294718 /gogs.go | |
parent | 495a52d78bfa25759ac4930ccf474206a562c219 (diff) | |
download | gitea-47edf7f4f9d359765764207cbcb6dd82dba36de8.tar.gz gitea-47edf7f4f9d359765764207cbcb6dd82dba36de8.zip |
Finish update password and profile
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |