Skip to content

Commit

Permalink
Change version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mczachurski committed May 22, 2022
1 parent 447854d commit bb5c232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Wallpapper/Program.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Program {
}

private func printVersion() {
self.consoleIO.writeMessage("1.7.2")
self.consoleIO.writeMessage("1.7.3")
}

private func printUsage() {
Expand Down
2 changes: 1 addition & 1 deletion Sources/WallpapperExif/Program.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Program {
}

private func printVersion() {
self.consoleIO.writeMessage("1.7.2")
self.consoleIO.writeMessage("1.7.3")
}

private func printUsage() {
Expand Down

0 comments on commit bb5c232

Please sign in to comment.