summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-12-10 05:10:26 -0500
committerUnknwon <joe2010xtmf@163.com>2014-12-10 05:10:26 -0500
commit9ee80e3e5426821f03a4e99fad34418f5c736413 (patch)
tree9be9f017587159a4777c89c840933dbaccad3df6 /gogs.go
parentb2c6a6920fbfed4bdd5bbb47c8c7906b44e983d0 (diff)
downloadgitea-9ee80e3e5426821f03a4e99fad34418f5c736413.tar.gz
gitea-9ee80e3e5426821f03a4e99fad34418f5c736413.zip
fix compile error
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 c3f264c2d6..6085cd71e4 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.8.1209 Beta"
+const APP_VER = "0.5.8.1210 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())