diff options
author | Unknwon <u@gogs.io> | 2015-08-24 21:01:23 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-24 21:01:23 +0800 |
commit | 87152f89ba313446fcf1c92ee40c404645c188f5 (patch) | |
tree | 007baed2e30555be8ae970e770f124beb8561086 /gogs.go | |
parent | 0b97290c07a0551a207b187432b014443e016237 (diff) | |
download | gitea-87152f89ba313446fcf1c92ee40c404645c188f5.tar.gz gitea-87152f89ba313446fcf1c92ee40c404645c188f5.zip |
fix release created timezone issue
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.0820 Beta" +const APP_VER = "0.6.5.0824 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |