fix: reset package.json version to correct value

- Reset from incorrect 3.27.0-rc9 to 3.26.5
- Allows RC workflow to generate correct version number
- Next RC should be v3.26.5-rc3 based on version analysis

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
rcourtman
2025-06-13 23:44:42 +01:00
parent 2bd537ad84
commit 97c5e89bbb
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pulse",
"version": "3.27.0-rc10",
"version": "3.26.5",
"description": "A lightweight monitoring application for Proxmox VE.",
"main": "server/index.js",
"scripts": {