Skip to content

Commit d2d3b60

Browse files
authored
Change swiftly version to 1.0.1-dev on release/1.0 branch (#287)
1 parent 181d5f1 commit d2d3b60

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