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 9272f1e commit 1fc2013Copy full SHA for 1fc2013
Sources/Helpers/Version.swift
@@ -1,7 +1,7 @@
1
import Foundation
2
import XCTestDynamicOverlay
3
4
-private let _version = "2.31.0"
+private let _version = "2.31.1"
5
6
#if DEBUG
7
package let version = isTesting ? "0.0.0" : _version
0 commit comments