Update to v0.1.2

This commit is contained in:
f-trycua
2025-02-01 22:57:53 +01:00
parent b9ee67429e
commit 74ac4755f9

View File

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