Update to v0.1.11

This commit is contained in:
f-trycua
2025-03-16 20:58:27 +01:00
parent e389e1d544
commit 6744de1601

View File

@@ -17,7 +17,7 @@ struct Lume: AsyncParsableCommand {
// MARK: - Version Management
extension Lume {
enum Version {
static let current: String = "0.1.10"
static let current: String = "0.1.11"
}
}