diff --git a/Sources/Crow/App/AboutView.swift b/Sources/Crow/App/AboutView.swift index 2373c58..6512e17 100644 --- a/Sources/Crow/App/AboutView.swift +++ b/Sources/Crow/App/AboutView.swift @@ -56,7 +56,7 @@ struct AboutView: View { } private var appVersion: String { - Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String ?? "0.1.0" + Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String ?? BuildInfo.version } private func loadBrandmark() -> NSImage? {