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 c82a975 commit 81a5d78Copy full SHA for 81a5d78
Sources/SwiftlyCore/SwiftlyCore.swift
@@ -2,7 +2,7 @@ import Foundation
2
import SwiftlyWebsiteAPI
3
import SystemPackage
4
5
-public let version = SwiftlyVersion(major: 1, minor: 1, patch: 0, suffix: "dev")
+public let version = SwiftlyVersion(major: 1, minor: 2, patch: 0, suffix: "dev")
6
7
/// Protocol defining a handler for information swiftly intends to print to stdout.
8
/// This is currently only used to intercept print statements for testing.
0 commit comments