aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2015-02-11 19:25:59 -0500
committerUnknwon <joe2010xtmf@163.com>2015-02-11 19:25:59 -0500
commitc5c467a9cd805c7cd0fb93f467e0205ee082cca3 (patch)
treeb4e617b52918b38e589ec2221eaf2bededd23f79 /gogs.go
parentc7a042ef3682fce9f343faf5e8d3e4228feabb96 (diff)
parent0af74b36add865445ed1d6cd649910d8bb82fe5e (diff)
Merge branch 'dev' of github.com:gogits/gogs into access
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 6edf316f..eac59362 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.13.0208 Beta"
+const APP_VER = "0.5.13.0211 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())