Skip to content

Commit b8d3cce

Browse files
committed
v2.53.2
1 parent 28f33b0 commit b8d3cce

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.1
1+
2.53.2

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.1"
49+
AGENT_VERSION = "2.53.2"
5050
BORG_PATH = None # Resolved in get_system_info()
5151
IS_WINDOWS = sys.platform == "win32"
5252

0 commit comments

Comments
 (0)