Skip to content

Commit 30684f1

Browse files
authored
Drop the -dev from the Swiftly version (#432)
1 parent 3545a9e commit 30684f1

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: 1, patch: 0)
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)