Skip to content

Commit

Permalink
Push version number
Browse files Browse the repository at this point in the history
  • Loading branch information
geberl committed Aug 3, 2021
1 parent b93074b commit 4749f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icloud-backup/icloud-backup/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct IcloudbackupOptions: ParsableArguments {
// --help is automatically included
}

let cli = CLI(options: IcloudbackupOptions.parseOrExit(), version: "1.2.0")
let cli = CLI(options: IcloudbackupOptions.parseOrExit(), version: "1.3.1")

do {
try cli.run()
Expand Down

0 comments on commit 4749f34

Please sign in to comment.