This commit is contained in:
Greg T. Wallace 2024-06-19 19:57:56 -04:00
parent 703c26bd27
commit b7026ff906
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# APC P15 Tool Changelog
## [v0.5.2] - 2024-06-19
Minor tweak to the previous version. Add timeout for shell
commands that don't execute as expected.
## [v0.5.1] - 2024-06-18
Both NMC2 and NMC3 should now be fully supported.

View file

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