summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-08-26 18:11:15 +0800
committerUnknwon <joe2010xtmf@163.com>2014-08-26 18:11:15 +0800
commit74b31566cf5caaf6bf73584e621d56ca99c048d1 (patch)
tree078a8428e5241d13600482301444684720a77283 /gogs.go
parentf2c263c54facdcbc9375a47535c0389fd7d05875 (diff)
downloadgitea-74b31566cf5caaf6bf73584e621d56ca99c048d1.tar.gz
gitea-74b31566cf5caaf6bf73584e621d56ca99c048d1.zip
Finsih add/remove repo in organization
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 bdd19cfffe..4adac90b99 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.4.7.0825 Alpha"
+const APP_VER = "0.4.7.0826 Alpha"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())