diff --git a/Source/IPATool.swift b/Source/IPATool.swift index 38b99e2d..a51666c1 100644 --- a/Source/IPATool.swift +++ b/Source/IPATool.swift @@ -11,7 +11,7 @@ struct IPATool: ParsableCommand { static var configuration: CommandConfiguration { return .init(commandName: "ipatool", abstract: "A cli tool for interacting with Apple's ipa files.", - version: "0.9.0", + version: "1.0.0", subcommands: [Download.self, Search.self]) } }