Skip to content

Commit 44ebc1e

Browse files
author
Théo LAGACHE
committed
chore(release): 26.01.4
1 parent 43e537c commit 44ebc1e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ keywords:
2222
- management
2323
- integration
2424
license: Apache-2.0
25-
version: 26.01.3
25+
version: 26.01.4
2626
date-released: "2026-01-15"

core/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def update_cli():
126126
pass
127127

128128
system, arch = get_platform_info()
129-
asset_name = f"portabase_{{system}}_{{arch}}"
129+
asset_name = f"portabase_{system}_{arch}"
130130
if system == "windows":
131131
asset_name += ".exe"
132132

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "portabase-cli"
3-
version = "26.01.3"
3+
version = "26.01.4"
44
description = "The official command line interface (CLI) for managing and deploying Portabase instances with ease."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)