diff options
author | Unknwon <u@gogs.io> | 2015-07-08 19:47:56 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-08 19:47:56 +0800 |
commit | 5cf37323396fa08e8f93baa6f19ad3b1a6371324 (patch) | |
tree | 5b65039ae359f52bbc8b0e4abf1924c4c187d9c5 /gogs.go | |
parent | 5dd3dd71a0529590a209c0e58e0a962b83515ae8 (diff) | |
download | gitea-5cf37323396fa08e8f93baa6f19ad3b1a6371324.tar.gz gitea-5cf37323396fa08e8f93baa6f19ad3b1a6371324.zip |
UI: install - new version
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.6.1.0707 Beta" +const APP_VER = "0.6.1.0708 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |