Skip to content

Commit e8e433e

Browse files
committed
sdk: restore default channel to stable=149 (149 now complete on both platforms)
1 parent a7901ca commit e8e433e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/node/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const CHANNELS = {
1818
stable: { tag: "v149.0.7827.232", docker: "tilion/fortress:149.0.7827.232" },
1919
latest: { tag: "v151.0.7908.0", docker: "tilion/fortress:151.0.7908.0" },
2020
};
21-
const DEFAULT_CHANNEL = process.env.FORTRESS_CHANNEL || "latest";
21+
const DEFAULT_CHANNEL = process.env.FORTRESS_CHANNEL || "stable";
2222
const CACHE = process.env.FORTRESS_BROWSERS_PATH || join(homedir(), ".cache", "tilion-fortress");
2323
const hostFor = (tag) => process.env.FORTRESS_DOWNLOAD_HOST || `https://github.com/${REPO}/releases/download/${tag}`;
2424

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tilion-fortress"
7-
version = "151.0.7908.0.post4"
7+
version = "151.0.7908.0.post5"
88
description = "Install and drive the Fortress stealth Chromium engine. Prebuilt binary, no source."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)