We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c9da5 commit 114cb2dCopy full SHA for 114cb2d
2 files changed
pyproject.toml
@@ -209,7 +209,7 @@ source_pkgs = [
209
allow_dirty = false
210
commit = true
211
commit_args = "--no-verify"
212
-current_version = "0.26.1"
+current_version = "0.26.2"
213
ignore_missing_files = false
214
ignore_missing_version = false
215
message = "Bump version: {current_version} → {new_version}"
src/falco_cli/__about__.py
@@ -1,4 +1,4 @@
1
# SPDX-FileCopyrightText: 2023-present Tobi DEGNON <tobidegnon@proton.me>
2
#
3
# SPDX-License-Identifier: MIT
4
-__version__ = "0.26.1"
+__version__ = "0.26.2"
0 commit comments