Skip to content

Commit f604ad9

Browse files
committed
v2.53.1
1 parent b0549a0 commit f604ad9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.53.0
1+
2.53.1

agent/bbs-agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _subprocess_run(cmd, stdin=None, stdout=None, stderr=None, timeout=None,
4646
subprocess.run = _subprocess_run
4747
subprocess.CompletedProcess = _CompletedProcess
4848

49-
AGENT_VERSION = "2.53.0"
49+
AGENT_VERSION = "2.53.1"
5050
BORG_PATH = None # Resolved in get_system_info()
5151
IS_WINDOWS = sys.platform == "win32"
5252

0 commit comments

Comments
 (0)