diff --git a/Sources/jungle/Commands/Main.swift b/Sources/jungle/Commands/Main.swift index 0d3e1e4..8576e21 100644 --- a/Sources/jungle/Commands/Main.swift +++ b/Sources/jungle/Commands/Main.swift @@ -5,7 +5,7 @@ struct Jungle: AsyncParsableCommand { static var configuration = CommandConfiguration( commandName: "jungle", abstract: "Displays dependency statistics", - version: "1.0.1", + version: "1.0.2", subcommands: [HistoryCommand.self, CompareCommand.self, GraphCommand.self], defaultSubcommand: CompareCommand.self )