diff options
author | Unknwon <u@gogs.io> | 2016-08-09 17:41:18 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-09 17:41:18 -0700 |
commit | edd786446c0f7a1581be08dbe7697c339790c2c1 (patch) | |
tree | 117441b17267d3db3d8859ae06f11a03f1f9b253 /gogs.go | |
parent | b0b88d9bc5670cc04ad9f53f6b75947db5991629 (diff) | |
download | gitea-edd786446c0f7a1581be08dbe7697c339790c2c1.tar.gz gitea-edd786446c0f7a1581be08dbe7697c339790c2c1.zip |
#3158 skip RUN_USER check on Windows
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.9.69.0808" +const APP_VER = "0.9.70.0808" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |