diff --git a/server/crash.go b/server/crash.go index f413383..e77aead 100644 --- a/server/crash.go +++ b/server/crash.go @@ -70,7 +70,7 @@ func (s *Server) handleServerCrash() error { } s.PublishConsoleOutputFromDaemon("---------- Detected server process in a crashed state! ----------") - s.PublishConsoleOutputFromDaemon("---------- If you need help, please contact Nightway Hosting support. ----------") + s.PublishConsoleOutputFromDaemon("---------- If you need help, please contact Nightway Hosting support at support@nightwayhosting.com or create a support ticket using our website https://nightwayhosting.com ----------") s.PublishConsoleOutputFromDaemon(fmt.Sprintf("Exit code: %d", exitCode)) s.PublishConsoleOutputFromDaemon(fmt.Sprintf("Out of memory: %t", oomKilled)) diff --git a/system/const.go b/system/const.go index aebbc68..b8e8df5 100644 --- a/system/const.go +++ b/system/const.go @@ -1,3 +1,3 @@ package system -var Version = "develop" +var Version = "nwy-wings"