aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorcrohr <cyril.rohr@gmail.com>2015-07-14 15:09:08 +0000
committercrohr <cyril.rohr@gmail.com>2015-07-14 15:09:08 +0000
commitcbce2ec9cf74a96b15bbd1a5463957921465a980 (patch)
tree48f08facd06aa9910c98cdcada1a73d8d308775c /gogs.go
parentb8e9c600409683b0f5eb10b637de003ce23b7796 (diff)
parentec774d48c58f83b599ac210d6def718187806ecd (diff)
Merge remote-tracking branch 'origin/master' into pkgr
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 fdf34598..958792e0 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.6.1.0703 Beta"
+const APP_VER = "0.6.1.0714 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())