mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-04-26 03:52:11 +00:00
v1.2.1
This commit is contained in:
parent
c67001f0e4
commit
e87a3100d2
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# APC P15 Tool Changelog
|
||||
|
||||
## [v1.2.1] - 2025-03-17
|
||||
|
||||
Fix time check for UPS when it is set to GMT timezone.
|
||||
|
||||
All dependencies updated.
|
||||
|
||||
|
||||
## [v1.2.0] - 2025-01-27
|
||||
|
||||
Add a new feature to `install` that checks the time of the UPS to confirm
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
appVersion = "1.2.0"
|
||||
appVersion = "1.2.1"
|
||||
)
|
||||
|
||||
// struct for receivers to use common app pieces
|
||||
|
|
Loading…
Reference in a new issue