Skip to content

Commit 114cb2d

Browse files
committed
Bump version: 0.26.1 → 0.26.2
1 parent 97c9da5 commit 114cb2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ source_pkgs = [
209209
allow_dirty = false
210210
commit = true
211211
commit_args = "--no-verify"
212-
current_version = "0.26.1"
212+
current_version = "0.26.2"
213213
ignore_missing_files = false
214214
ignore_missing_version = false
215215
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 <tobidegnon@proton.me>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.26.1"
4+
__version__ = "0.26.2"

0 commit comments

Comments
 (0)