diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-12-10 05:10:26 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-12-10 05:10:26 -0500 |
commit | 9ee80e3e5426821f03a4e99fad34418f5c736413 (patch) | |
tree | 9be9f017587159a4777c89c840933dbaccad3df6 /gogs.go | |
parent | b2c6a6920fbfed4bdd5bbb47c8c7906b44e983d0 (diff) | |
download | gitea-9ee80e3e5426821f03a4e99fad34418f5c736413.tar.gz gitea-9ee80e3e5426821f03a4e99fad34418f5c736413.zip |
fix compile error
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.8.1209 Beta" +const APP_VER = "0.5.8.1210 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |