This commit is contained in:
Greg T. Wallace 2025-04-22 18:27:55 -04:00
parent 124c06d8be
commit 86feabd939
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# APC P15 Tool Changelog
## [v1.2.2] - 2025-04-22
All dependencies updated.
Add darwin arm64 and amd64 builds.
## [v1.2.1] - 2025-03-17
Fix time check for UPS when it is set to GMT timezone.

View file

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