diff --git a/Sources/Mockolo/Executor.swift b/Sources/Mockolo/Executor.swift index 92987062..e468d422 100644 --- a/Sources/Mockolo/Executor.swift +++ b/Sources/Mockolo/Executor.swift @@ -239,5 +239,5 @@ public struct Version { public let value: String /// The current Mockolo version. - public static let current = Version(value: "1.3.0") + public static let current = Version(value: "1.3.1") }