Skip to content

Commit 843db90

Browse files
authored
Merge pull request #80 from mattgauf/master
Update build version to match release version (1.7.4)
2 parents baa5fa0 + 7765d16 commit 843db90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Wallpapper/Program.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class Program {
137137
}
138138

139139
private func printVersion() {
140-
self.consoleIO.writeMessage("1.7.3")
140+
self.consoleIO.writeMessage("1.7.4")
141141
}
142142

143143
private func printUsage() {

Sources/WallpapperExif/Program.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class Program {
112112
}
113113

114114
private func printVersion() {
115-
self.consoleIO.writeMessage("1.7.3")
115+
self.consoleIO.writeMessage("1.7.4")
116116
}
117117

118118
private func printUsage() {

0 commit comments

Comments
 (0)