From 8d95fce1b6ff9ff679fae7207063e9a8c73cca2e Mon Sep 17 00:00:00 2001 From: frostebite Date: Fri, 14 Aug 2026 21:00:41 +0100 Subject: [PATCH] chore: bump version to 0.1.7 for the activate build-validation skip fix (#86) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0e5adda..1845910b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@game-ci/cli", - "version": "0.1.6", + "version": "0.1.7", "description": "GameCI CLI - automation for game engines", "type": "module", "main": "src/index.ts",