Skip to content

Commit 81a5d78

Browse files
authored
Update the Swiftly version to 1.2.0
1 parent c82a975 commit 81a5d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftlyCore/SwiftlyCore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22
import SwiftlyWebsiteAPI
33
import SystemPackage
44

5-
public let version = SwiftlyVersion(major: 1, minor: 1, patch: 0, suffix: "dev")
5+
public let version = SwiftlyVersion(major: 1, minor: 2, patch: 0, suffix: "dev")
66

77
/// Protocol defining a handler for information swiftly intends to print to stdout.
88
/// This is currently only used to intercept print statements for testing.

0 commit comments

Comments
 (0)