diff options
author | Unknwon <u@gogs.io> | 2018-09-28 15:37:34 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-09-28 15:37:34 -0400 |
commit | aff0bbcc325d9564fcd2b08c2fd52281f0dfc486 (patch) | |
tree | 91f6cd659a88d905f493254007e420bf2b6e28d4 /gogs.go | |
parent | 33e009bedbf4a596f872600b78e2f045245914c6 (diff) |
pkg/ssh: print actual error in panic (#5435)
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/gogs/gogs/pkg/setting" ) -const APP_VER = "0.11.66.0916" +const APP_VER = "0.11.66.0928" func init() { setting.AppVer = APP_VER |