diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-02 10:57:29 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-02 10:57:29 -0500 |
commit | e9875edcade5992df68f0467c110f22affa2434a (patch) | |
tree | 48e264dc7d889493647830b8ac131aa9b6e93e73 /gogs.go | |
parent | 7e2ea7639e9cc3f8673fe127fac47c074d4dd29f (diff) | |
download | gitea-e9875edcade5992df68f0467c110f22affa2434a.tar.gz gitea-e9875edcade5992df68f0467c110f22affa2434a.zip |
Update gopmfile
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.5.6.1027 Beta" +const APP_VER = "0.5.6.1102 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |