We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473420c commit a68ea89Copy full SHA for a68ea89
Sources/trailer/Core/Config.swift
@@ -17,7 +17,7 @@ struct Config {
17
18
let versionMajor = 1
19
let versionMinor = 0
20
- let versionPatch = 8
+ let versionPatch = 9
21
var versionString: String {
22
return [versionMajor, versionMinor, versionPatch].map { String($0) }.joined(separator: ".")
23
}
0 commit comments