summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-16 21:18:04 -0500
committerUnknwon <u@gogs.io>2015-11-16 21:18:04 -0500
commite06558e2083e6281500cc1c91ac54425b91390fe (patch)
treea8fffe9596dfedd08adf9e7bfe63bd217ba4309d /gogs.go
parent54fd4cc5fb4d37eb82183cf7a5f6dbe8ac72d62b (diff)
downloadgitea-e06558e2083e6281500cc1c91ac54425b91390fe.tar.gz
gitea-e06558e2083e6281500cc1c91ac54425b91390fe.zip
#1922 Pull request fail to merge with BIN
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 f8a39f3fc8..80f780e851 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.7.13.1116 Beta"
+const APP_VER = "0.7.14.1116 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())