summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-16 08:32:13 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-16 08:32:13 -0400
commitc1ceec45da8c600dea2b932127519c04484258d8 (patch)
tree38c20ad2edd3cab0c7eb0a7c7ced86ea8460b3ef /gogs.go
parentb162e565b3c2877d1991f905ccd1a3a567189ba6 (diff)
downloadgitea-c1ceec45da8c600dea2b932127519c04484258d8.tar.gz
gitea-c1ceec45da8c600dea2b932127519c04484258d8.zip
Fix mirror UI style and work on #475
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 f492b2f7f7..f0aebf0367 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.1.0915 Beta"
+const APP_VER = "0.5.1.0916 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())