diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-28 00:40:07 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-28 00:40:07 -0400 |
commit | 6e448b07145fbb090e0da6deb97f244c2bfd7ba7 (patch) | |
tree | af17fdea008d56d154c1098d05993475c0fee652 /gogs.go | |
parent | ee9b7f322ff4c4c14952c2f83fb03e90fa583cad (diff) | |
download | gitea-6e448b07145fbb090e0da6deb97f244c2bfd7ba7.tar.gz gitea-6e448b07145fbb090e0da6deb97f244c2bfd7ba7.zip |
Finish delete organization
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.4.5.0627 Alpha" +const APP_VER = "0.4.5.0628 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |