diff --git a/extension/notification/slack/slack.go b/extension/notification/slack/slack.go index bea398e1..3c6b6404 100644 --- a/extension/notification/slack/slack.go +++ b/extension/notification/slack/slack.go @@ -60,7 +60,7 @@ func (s *sender) Configure(config *notification.Config) (bool, error) { var msg string if version.GetKeelVersion().Version != "" { - msg = fmt.Sprintf("Keel has started. Version: %s", version.GetKeelVersion().Version) + msg = fmt.Sprintf("Keel has started. Version: '%s'. Revision: %s", version.GetKeelVersion().Version, version.GetKeelVersion().Revision) } else { msg = fmt.Sprintf("Keel has started. Revision: %s", version.GetKeelVersion().Revision) }