From 19d6a2cf157523c9786d996b71f76e2ede74a99f Mon Sep 17 00:00:00 2001 From: Chris McGee Date: Mon, 31 Mar 2025 07:45:54 -0400 Subject: [PATCH] Change swiftly version to 1.0.1-dev on release/1.0 branch --- Sources/SwiftlyCore/SwiftlyCore.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SwiftlyCore/SwiftlyCore.swift b/Sources/SwiftlyCore/SwiftlyCore.swift index 94cf8388..36c1aaa2 100644 --- a/Sources/SwiftlyCore/SwiftlyCore.swift +++ b/Sources/SwiftlyCore/SwiftlyCore.swift @@ -1,6 +1,6 @@ import Foundation -public let version = SwiftlyVersion(major: 1, minor: 0, patch: 0) +public let version = SwiftlyVersion(major: 1, minor: 0, patch: 1, suffix: "dev") /// A separate home directory to use for testing purposes. This overrides swiftly's default /// home directory location logic.