Sources/MockoloFramework/Version.swift (
4
lines of code) (
raw
):
public struct Version { /// The string value for this version. public let value: String /// The current Mockolo version. public static let current = Version(value: "2.3.1") }