Skip to content

Commit

Permalink
fix the version code concerning release (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirkhaan authored Feb 19, 2024
1 parent df35505 commit bfcdee5
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: "2.0.0")
public static let current = Version(value: "2.0.1")
}

0 comments on commit bfcdee5

Please sign in to comment.