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 f6dea7a commit e180ca2Copy full SHA for e180ca2
1 file changed
Sources/Container-Compose/Application.swift
@@ -19,7 +19,7 @@ import ArgumentParser
19
20
public struct Main: AsyncParsableCommand {
21
private static let commandName: String = "container-compose"
22
- private static let version: String = "v0.6.0"
+ private static let version: String = "v0.6.1"
23
public static var versionString: String {
24
"\(commandName) version \(version)"
25
}
0 commit comments