We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8814a commit 6a45515Copy full SHA for 6a45515
Sources/Helpers/Version.swift
@@ -1,7 +1,7 @@
1
import Foundation
2
import XCTestDynamicOverlay
3
4
-private let _version = "2.30.2"
+private let _version = "2.31.0"
5
6
#if DEBUG
7
package let version = isTesting ? "0.0.0" : _version
0 commit comments