Skip to content

Commit 41e701f

Browse files
authored
Bump up version to 2.4.0 (#311)
* Update swift-syntax * Bump up version to 2.4.0
1 parent 1d1bcdc commit 41e701f

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

Package.resolved

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "MockoloFramework", targets: ["MockoloFramework"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.1"),
15+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "601.0.1"),
1616
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
1717
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"),
1818
],

Sources/MockoloFramework/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ public struct Version {
33
public let value: String
44

55
/// The current Mockolo version.
6-
public static let current = Version(value: "2.3.1")
6+
public static let current = Version(value: "2.4.0")
77
}

0 commit comments

Comments
 (0)