1 2 3 4 5 6 7
import Foundation enum AppVersion { nonisolated static var current: String { "5.0.0" } }