chore(release): pin the public release contract to 1.0.19

This commit is contained in:
Sucukdeluxe
2026-08-14 18:38:20 +02:00
parent 9fd591e3ce
commit 25703a264a
+1 -1
View File
@@ -13,7 +13,7 @@ const installerSource = fs.readFileSync(path.join(root, 'build', 'installer.nsh'
const installerSmokeSource = fs.readFileSync(path.join(root, 'scripts', 'smoke-test-installer.js'), 'utf8');
const manifestPath = path.join(root, 'scripts', 'public-release-files.json');
const failures = [];
const expectedVersion = '1.0.18';
const expectedVersion = '1.0.19';
function check(condition, message) {
if (!condition) failures.push(message);