This commit is contained in:
Greg T. Wallace 2024-03-06 17:19:27 -05:00
parent 55680245c9
commit 49e30898c1
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# APC P15 Tool Changelog # APC P15 Tool Changelog
## [v0.4.1] - 2024.03.06
Update to Go 1.22.1, which includes some security fixes.
## [v0.4.0] - 2024.02.05 ## [v0.4.0] - 2024.02.05
Add `--restartwebui` flag to issue a reboot command to the webui Add `--restartwebui` flag to issue a reboot command to the webui

View file

@ -12,7 +12,7 @@ import (
) )
const ( const (
appVersion = "0.4.0" appVersion = "0.4.1"
) )
// struct for receivers to use common app pieces // struct for receivers to use common app pieces