diff options
author | Unknwon <u@gogs.io> | 2015-09-25 20:35:56 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-25 20:35:56 -0400 |
commit | 6dfee30bf0a6faef3211eb9fd1587c4fd8e87eef (patch) | |
tree | 0200056e4ad2bc5f7de3840429c17265ff0b0ce7 /gogs.go | |
parent | 21e13cb51e73471d186b963e26404f89abd81fce (diff) | |
download | gitea-6dfee30bf0a6faef3211eb9fd1587c4fd8e87eef.tar.gz gitea-6dfee30bf0a6faef3211eb9fd1587c4fd8e87eef.zip |
#1602 Wrong commit order on issue page when pushing multiple commits
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.14.0925 Beta" +const APP_VER = "0.6.15.0925 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |