Skip to content

Commit

Permalink
fix(*): print version format
Browse files Browse the repository at this point in the history
  • Loading branch information
SMartorelli committed Jul 16, 2024
1 parent ef149f7 commit bdd2838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Notification Agent Core/Controllers/HelpBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ public final class HelpBuilder {
}

static func printAppVersion() {
print("IBM Notifier version: \(Bundle.main.infoDictionary!["CFBundleShortVersionString"] as? String ?? "Unknown") (\(Bundle.main.infoDictionary!["CFBundleVersion"] as? String ?? "Unknown"))\n© Copyright IBM Corp. 2021, 2024".bold())
print("IBM Notifier \(Bundle.main.infoDictionary!["CFBundleShortVersionString"] as? String ?? "Unknown") (\(Bundle.main.infoDictionary!["CFBundleVersion"] as? String ?? "Unknown"))\n© Copyright IBM Corp. 2021, 2024".bold())
}
}

Expand Down

0 comments on commit bdd2838

Please sign in to comment.