feat(core): Add update checking and version logging across startup components

This commit is contained in:
2025-03-25 09:27:44 +00:00
parent 32f85aa46f
commit 8ee21ea92b
6 changed files with 190 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/nupst',
version: '1.9.0',
version: '1.10.0',
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
}