Skip to content

Commit eda383c

Browse files
committed
update version
1 parent 79ee3f6 commit eda383c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PolymorphCore/Polymorph.swift

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

1010
public class Polymorph {
1111

12-
public static let version = "1.0.0"
12+
public static let version = "1.1.0"
1313

1414
public static func compare(version: String) -> ComparisonResult {
1515
let current = Polymorph.version.split(separator: ".").map { return Int("\($0)") ?? 0 }

0 commit comments

Comments
 (0)