diff options
author | Unknwon <u@gogs.io> | 2016-08-28 04:56:41 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-28 04:56:41 -0700 |
commit | 579e5e4fee59f01f8a438e7ef977f34fa5dba72c (patch) | |
tree | eb949bc9c4a8024067ca1a81f47f1f2c8c48d002 /gogs.go | |
parent | ba27d71abea437af2f0612a8960eea651ec2df59 (diff) | |
download | gitea-579e5e4fee59f01f8a438e7ef977f34fa5dba72c.tar.gz gitea-579e5e4fee59f01f8a438e7ef977f34fa5dba72c.zip |
Web editor: disallow edit mirror repository
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.91.0828" +const APP_VER = "0.9.92.0828" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |