Skip to content

Commit

Permalink
Update version and fix swift-sdk link (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidepelican authored Nov 29, 2024
1 parent b345372 commit 588267d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
types: [published]

env:
SWIFT_VERSION: "6.0"
SWIFT_SDK_URL: https://download.swift.org/swift-6.0.1-release/static-sdk/swift-6.0.1-RELEASE/swift-6.0.1-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz
SWIFT_SDK_CHECKSUM: d4f46ba40e11e697387468e18987ee622908bc350310d8af54eb5e17c2ff5481
SWIFT_VERSION: "6.0.2"
SWIFT_SDK_URL: https://download.swift.org/swift-6.0.2-release/static-sdk/swift-6.0.2-RELEASE/swift-6.0.2-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz
SWIFT_SDK_CHECKSUM: aa5515476a403797223fc2aad4ca0c3bf83995d5427fb297cab1d93c68cee075

jobs:
build:
Expand Down
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.1.1")
public static let current = Version(value: "2.2.0")
}

0 comments on commit 588267d

Please sign in to comment.