Update to v0.1.9

This commit is contained in:
f-trycua
2025-02-14 15:27:23 +01:00
parent f293249d9d
commit 7f7ea81d24

View File

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