Skip to content

Commit

Permalink
Update Version.swift
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
EspressoCup authored Sep 23, 2021
1 parent bfbe16b commit e762f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MockoloFramework/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ public struct Version {
public let value: String

/// The current Mockolo version.
public static let current = Version(value: "1.5.0")
public static let current = Version(value: "1.6.0")
}

0 comments on commit e762f73

Please sign in to comment.