Skip to content

Commit

Permalink
Update Version.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
uhooi committed Oct 10, 2021
1 parent bc78386 commit f9110ce
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.6.1")
public static let current = Version(value: "1.6.2")
}

0 comments on commit f9110ce

Please sign in to comment.