Skip to content

Commit

Permalink
Update Main.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
osrufung authored Nov 8, 2022
1 parent 4babf79 commit 39c51c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/jungle/Commands/Main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 39c51c4

Please sign in to comment.