aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorlunnyxiao <xiaolunwen@gmail.com>2014-09-22 10:45:20 +0800
committerlunnyxiao <xiaolunwen@gmail.com>2014-09-22 10:45:20 +0800
commit79ec08141af6f156597064f5fcafc4d0af2e1a05 (patch)
treea4bc8452565eb2ac1fe2b432b1616c03572db7da /gogs.go
parent150eef93b2340f665c070158ade1863339829e05 (diff)
parent1273b3d3a985e0aeb88c632e27d0e8dbc8dd2e19 (diff)
Merge branch 'dev' of github.com:gogits/gogs into dev
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 8f9bc767..645e4e33 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.3.0919 Beta"
+const APP_VER = "0.5.3.0921 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())