diff options
author | Unknwon <u@gogs.io> | 2016-08-30 16:18:33 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-30 16:18:33 -0700 |
commit | 8516dfcb6cb008f286ec84bed4243928acb94844 (patch) | |
tree | 9b3882438a04a3e659e49e35364a5643a71c9258 /gogs.go | |
parent | c1ecb6c60a1acacf530e226b8043ca93d2fe4a07 (diff) | |
download | gitea-8516dfcb6cb008f286ec84bed4243928acb94844.tar.gz gitea-8516dfcb6cb008f286ec84bed4243928acb94844.zip |
#2018 able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes #3509
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.9.95.0830" +const APP_VER = "0.9.96.0830" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |