Skip to content

Commit 12c4ebe

Browse files
committed
Remove hyphen from the swiftly version suffix
1 parent bff29d6 commit 12c4ebe

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
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
public let version = SwiftlyVersion(major: 1, minor: 1, patch: 0, suffix: "-dev")
3+
public let version = SwiftlyVersion(major: 1, minor: 1, patch: 0, suffix: "dev")
44

55
/// A separate home directory to use for testing purposes. This overrides swiftly's default
66
/// home directory location logic.

0 commit comments

Comments
 (0)