fix: bump CHROMIUM_VERSION display constant to .2 (#157)

This commit is contained in:
CloakHQ
2026-04-15 18:20:01 +02:00
parent f164c1c874
commit 4e1027847e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from ._version import __version__
# CHROMIUM_VERSION is the latest across all platforms (for display/reference).
# Use get_chromium_version() for the current platform's actual version.
# ---------------------------------------------------------------------------
CHROMIUM_VERSION = "146.0.7680.177.1"
CHROMIUM_VERSION = "146.0.7680.177.2"
PLATFORM_CHROMIUM_VERSIONS: dict[str, str] = {
"linux-x64": "146.0.7680.177.2",