Bump lume to v0.2.81

This commit is contained in:
github-actions[bot]
2026-02-13 02:20:44 +00:00
parent 649a873d0c
commit 9d10b8bd62
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.80
current_version = 0.2.81
commit = True
tag = True
tag_name = lume-v{new_version}

View File

@@ -1 +1 @@
0.2.80
0.2.81

View File

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