diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-29 16:30:41 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-29 16:30:41 -0400 |
commit | e4ea5cf5984652e3966825bc2b68dd1abc3eef1c (patch) | |
tree | 7647c242061c1ab022db880733f0219f0af5bd2c /gogs.go | |
parent | 99713e1180ad149faf6442bba311fec6e501aa00 (diff) | |
download | gitea-e4ea5cf5984652e3966825bc2b68dd1abc3eef1c.tar.gz gitea-e4ea5cf5984652e3966825bc2b68dd1abc3eef1c.zip |
Finish Teams page
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.0628 Alpha" +const APP_VER = "0.4.5.0629 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |