Clover.app promoted to stable

This commit is contained in:
vectorsigma72 2020-04-14 21:34:03 +02:00
parent a9f3874779
commit ff5dc6c6a4
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ final class SettingsViewController:
super.viewDidLoad()
}
let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as! String + " Beta"
let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as! String
self.appVersionField.stringValue = "v\(appVersion)"
localize(view: self.view)