summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-11 18:02:48 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-11 18:02:48 -0400
commit963354c5d7e78eb9fed447ab9b9984420573649c (patch)
tree896956c024e2b26f6517ea1a8138d83a7964254f /gogs.go
parent17c1bc73833a25a5841bc5ed344f343535bf1afc (diff)
downloadgitea-963354c5d7e78eb9fed447ab9b9984420573649c.tar.gz
gitea-963354c5d7e78eb9fed447ab9b9984420573649c.zip
Add raw, history file button, and other mirror fixes
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 05fcd2cd9c..85a5626cf9 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.5.1010 Beta"
+const APP_VER = "0.5.5.1011 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())