diff options
author | Unknwon <u@gogs.io> | 2016-01-29 15:28:24 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-29 15:28:24 -0500 |
commit | ee814bf8d6c70c91bac19059ba37af0d91b2a1e0 (patch) | |
tree | 664d5e7c041d33c85809f9289710aa0263b9be29 /gogs.go | |
parent | a4a23c02686690a052bd9eb522357cf2719c21c1 (diff) | |
download | gitea-ee814bf8d6c70c91bac19059ba37af0d91b2a1e0.tar.gz gitea-ee814bf8d6c70c91bac19059ba37af0d91b2a1e0.zip |
#2491 minor fix for sr on dashboard
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.8.24.0128" +const APP_VER = "0.8.24.0129" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |