summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-26 00:01:06 +0800
committerUnknwon <u@gogs.io>2015-08-26 00:01:06 +0800
commit4330c1f0d824ea190bd07c0f68db5ca25e42f593 (patch)
treec22156ba5b1973eb5dfa37fa37af249c616e3573 /gogs.go
parenta329bbc2159a35437d81b78f8176925904ddae08 (diff)
downloadgitea-4330c1f0d824ea190bd07c0f68db5ca25e42f593.tar.gz
gitea-4330c1f0d824ea190bd07c0f68db5ca25e42f593.zip
update locale and org dashboard navbar
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 ee85734c18..b2cb0b3f67 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.6.5.0825 Beta"
+const APP_VER = "0.6.6.0825 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())