We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cbc13 commit e837474Copy full SHA for e837474
pyproject.toml
@@ -210,7 +210,7 @@ source_pkgs = [
210
allow_dirty = false
211
commit = true
212
commit_args = "--no-verify"
213
-current_version = "0.26.4"
+current_version = "0.26.5"
214
ignore_missing_files = false
215
ignore_missing_version = false
216
message = "Bump version: {current_version} → {new_version}"
src/falco_cli/__about__.py
@@ -1,4 +1,4 @@
1
# SPDX-FileCopyrightText: 2023-present Tobi DEGNON <[email protected]>
2
#
3
# SPDX-License-Identifier: MIT
4
-__version__ = "0.26.4"
+__version__ = "0.26.5"
0 commit comments