diff options
author | Unknwon <u@gogs.io> | 2017-06-09 20:05:04 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-06-09 20:05:04 -0400 |
commit | 91f65cedc88729b5504d72647185d685083df773 (patch) | |
tree | 91eb69bfc5a99bf3e13106551d8ca8fbff33664e /gogs.go | |
parent | 7b85ee4954f77944a4c8088c6ad8117f26d28e05 (diff) |
repo/view: trim Windows line ending when display content (#4546)
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/pkg/setting" ) -const APP_VER = "0.11.18.0608" +const APP_VER = "0.11.19.0609" func init() { setting.AppVer = APP_VER |