Skip to content

Commit 5415c12

Browse files
ObjectBox generator 1.2.0
1 parent d52e9c4 commit 5415c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SourceryUtils/Sources/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
public struct SourceryVersion {
1212
public let value: String
13-
public static let current = SourceryVersion(value: inUnitTests ? "Major.Minor.Patch" : "1.1.1")
13+
public static let current = SourceryVersion(value: inUnitTests ? "Major.Minor.Patch" : "1.2.0")
1414
}
1515

1616
public var inUnitTests = NSClassFromString("XCTest") != nil

0 commit comments

Comments
 (0)