Skip to content

Commit e837474

Browse files
committed
Bump version: 0.26.4 → 0.26.5
1 parent 19cbc13 commit e837474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ source_pkgs = [
210210
allow_dirty = false
211211
commit = true
212212
commit_args = "--no-verify"
213-
current_version = "0.26.4"
213+
current_version = "0.26.5"
214214
ignore_missing_files = false
215215
ignore_missing_version = false
216216
message = "Bump version: {current_version} → {new_version}"

src/falco_cli/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2023-present Tobi DEGNON <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.26.4"
4+
__version__ = "0.26.5"

0 commit comments

Comments
 (0)