diff --git a/Sources/SwiftDependencyUpdaterLibrary/SwiftDependencyUpdater.swift b/Sources/SwiftDependencyUpdaterLibrary/SwiftDependencyUpdater.swift index 6a84024..9c59277 100644 --- a/Sources/SwiftDependencyUpdaterLibrary/SwiftDependencyUpdater.swift +++ b/Sources/SwiftDependencyUpdaterLibrary/SwiftDependencyUpdater.swift @@ -5,7 +5,7 @@ public struct SwiftDependencyUpdater: ParsableCommand { public static var configuration = CommandConfiguration( commandName: "swift-dependency-updater", abstract: "A CLI tool to update Swift Pacakge Manager dependencies", - version: "0.0.2", + version: "0.0.3", subcommands: [ListCommand.self, UpdateCommand.self, GitHubCommand.self], defaultSubcommand: UpdateCommand.self