Update to v0.1.5

This commit is contained in:
f-trycua
2025-02-02 23:56:36 +01:00
parent 856c5c6d28
commit 9a163fbbb4

View File

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