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