Skip to content

Commit

Permalink
bump to version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Jami committed Jul 17, 2018
1 parent 76e3c02 commit 72bc350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ guard CommandLine.arguments.count >= 2 else {
}

switch CommandLine.arguments[1] {
case "-v": print("KeychainEditor Version = 2.1")
case "-v": print("KeychainEditor Version = 2.2")
case "-f": handleSearch(args: UserDefaults.standard)
case "-e": handleEdit(args: UserDefaults.standard)
case "-d": handleDelete(args: UserDefaults.standard)
Expand Down

0 comments on commit 72bc350

Please sign in to comment.