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 d52e9c4 commit 5415c12Copy full SHA for 5415c12
SourceryUtils/Sources/Version.swift
@@ -10,7 +10,7 @@ import Foundation
10
11
public struct SourceryVersion {
12
public let value: String
13
- public static let current = SourceryVersion(value: inUnitTests ? "Major.Minor.Patch" : "1.1.1")
+ public static let current = SourceryVersion(value: inUnitTests ? "Major.Minor.Patch" : "1.2.0")
14
}
15
16
public var inUnitTests = NSClassFromString("XCTest") != nil
0 commit comments