Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion brokk_code/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0"
__version__ = "0.13.1"
2 changes: 1 addition & 1 deletion brokk_code/anvil_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
_ANVIL_DOWNLOAD_TIMEOUT_SECONDS = 300.0
_ANVIL_LOCK_TIMEOUT_SECONDS = 600.0
_ANVIL_VERSION_PROBE_TIMEOUT_SECONDS = 5.0
_ANVIL_PINNED_VERSION = "0.17.0"
_ANVIL_PINNED_VERSION = "0.18.1"


class AnvilInstallError(Exception):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_anvil_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def fake_download(version: str) -> Path:

assert resolved == resolved_binary
assert captured["version"] == anvil_launcher._ANVIL_PINNED_VERSION
assert captured["version"] == "0.17.0"
assert captured["version"] == "0.18.1"


# ---------------------------------------------------------------------------
Expand Down
Loading