diff --git a/Sources/Swiftly/SelfUpdate.swift b/Sources/Swiftly/SelfUpdate.swift index fb3d93bc..390b95e7 100644 --- a/Sources/Swiftly/SelfUpdate.swift +++ b/Sources/Swiftly/SelfUpdate.swift @@ -18,7 +18,7 @@ struct SelfUpdate: SwiftlyCommand { @OptionGroup var root: GlobalOptions - @Option(help: .hidden) var toVersion: SwiftlyVersion + @Option(help: .hidden) var toVersion: SwiftlyVersion? = nil private enum CodingKeys: String, CodingKey { case root, toVersion