aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-07-30 10:02:31 -0400
committerUnknwon <joe2010xtmf@163.com>2014-07-30 10:02:31 -0400
commit3428baa3b57b39f2e010254bffede93e7d3cdf37 (patch)
treeae00317132d79955fcd0d3bda6b7196b0d45574a /gogs.go
parent645c194a007fbffc2966d77948cf4fa1dad2db4e (diff)
downloadgitea-3428baa3b57b39f2e010254bffede93e7d3cdf37.tar.gz
gitea-3428baa3b57b39f2e010254bffede93e7d3cdf37.zip
Mirror fix on template
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 53f96e90f9..e55d387288 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.4.7.0726 Alpha"
+const APP_VER = "0.4.7.0730 Alpha"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())