From 6a58d67b3dca3c61eb1e06098bfb4bffd8a030e6 Mon Sep 17 00:00:00 2001 From: Ted Kim Date: Tue, 7 Jul 2026 16:09:21 -0400 Subject: [PATCH] chore: set npm package version to 0.0.4 Match the latest GitHub Release (v0.0.4) that has downloadable binaries so the bootstrap publish is a plain `npm publish` (no `npm version` step) and the package's postinstall resolves `v0.0.4` assets. CI still stamps the version from the release tag on future releases, so this stays current automatically. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 611ba19..e126044 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@volcano.dev/cli", - "version": "0.0.0", + "version": "0.0.4", "description": "Command-line client for Volcano, Kong's hosting platform.", "keywords": [ "volcano",