diff options
author | Unknwon <u@gogs.io> | 2015-08-18 02:19:29 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-18 02:19:29 +0800 |
commit | b1696665bdf0e31c227493cf637d3867e102d131 (patch) | |
tree | 4dbd11c8998a8875147cf8e23b3d819d5aee080e /gogs.go | |
parent | d17f102339c8542cfb5e81ab6a705b1b64651f51 (diff) | |
download | gitea-b1696665bdf0e31c227493cf637d3867e102d131.tar.gz gitea-b1696665bdf0e31c227493cf637d3867e102d131.zip |
make cron task configurable
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.6.5.0817 Beta" +const APP_VER = "0.6.5.0818 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |