summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-28 04:56:41 -0700
committerUnknwon <u@gogs.io>2016-08-28 04:56:41 -0700
commit579e5e4fee59f01f8a438e7ef977f34fa5dba72c (patch)
treeeb949bc9c4a8024067ca1a81f47f1f2c8c48d002 /gogs.go
parentba27d71abea437af2f0612a8960eea651ec2df59 (diff)
downloadgitea-579e5e4fee59f01f8a438e7ef977f34fa5dba72c.tar.gz
gitea-579e5e4fee59f01f8a438e7ef977f34fa5dba72c.zip
Web editor: disallow edit mirror repository
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 2be982047c..723b6dbfb9 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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())