Skip to content

Commit def32f6

Browse files
authored
Update the version to 1.1.1 (#444)
1 parent f274853 commit def32f6

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)
5+
public let version = SwiftlyVersion(major: 1, minor: 1, patch: 1)
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)