Skip to content

Commit

Permalink
added missing bracket for app version string
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchetics committed Jun 12, 2024
1 parent 5467e14 commit 2298fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Toolbox/Extensions/Bundle+Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public extension Bundle {
}

static var mainAppVersionWithBuildNumber: String {
"\(mainAppVersion ?? "-") (\(mainAppBuildNumber ?? "-")"
"\(mainAppVersion ?? "-") (\(mainAppBuildNumber ?? "-"))"
}
}

0 comments on commit 2298fc5

Please sign in to comment.