diff options
author | Unknwon <u@gogs.io> | 2015-07-07 13:51:28 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-07 13:51:28 +0800 |
commit | ffd17924fd0b2f3a6f7f9b82f7193462a150a4b7 (patch) | |
tree | 4e76c4dc78848a2b25b6ce0601cc21b5fd309ecf /gogs.go | |
parent | 9af8a6c6a36e03219473f083c774a411a0af1d38 (diff) | |
download | gitea-ffd17924fd0b2f3a6f7f9b82f7193462a150a4b7.tar.gz gitea-ffd17924fd0b2f3a6f7f9b82f7193462a150a4b7.zip |
update UI framework
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.0703 Beta" +const APP_VER = "0.6.1.0707 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |