Skip to content

Commit

Permalink
๐Ÿ”จย Fix: ํ˜„์žฌ ์•ฑ ๋ฒ„์ „ XCode์˜ ์•ฑ ๋ฒ„์ „์„ ๊ฐ€์ ธ์˜ค๋„๋ก ์ˆ˜์ • (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangJi-dev committed Mar 26, 2022
1 parent 8d01cae commit 3b5f5a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AppVersion {
static let shared = AppVersion()

var latestVersion = ""
var currentVersion = "1.0.0"
var currentVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? ""

private init() { }
}

0 comments on commit 3b5f5a6

Please sign in to comment.