diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-02 07:11:39 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-02 07:11:39 -0400 |
commit | 830efc90da2895d65c3a2df32e7ef79cf2a8d556 (patch) | |
tree | cf8c205ef110ceed2f2834ad15d0023c92ebd1cc /gogs.go | |
parent | c80f0232f1209a420cd4fa1d0c5b7c5e14ac4a6f (diff) | |
download | gitea-830efc90da2895d65c3a2df32e7ef79cf2a8d556.tar.gz gitea-830efc90da2895d65c3a2df32e7ef79cf2a8d556.zip |
update docs and mirror bug fix
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.4.9.0831 Beta" +const APP_VER = "0.4.9.0902 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |