mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 08:14:08 +00:00
v0.4.2
This commit is contained in:
parent
6fe53b9fc6
commit
ad3ee0d7f5
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# APC P15 Tool Changelog
|
# APC P15 Tool Changelog
|
||||||
|
|
||||||
|
## [v0.4.2] - 2024-03-29
|
||||||
|
|
||||||
|
Fix usage message. Thanks @k725.
|
||||||
|
|
||||||
|
|
||||||
## [v0.4.1] - 2024-03-06
|
## [v0.4.1] - 2024-03-06
|
||||||
|
|
||||||
Update to Go 1.22.1, which includes some security fixes.
|
Update to Go 1.22.1, which includes some security fixes.
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
appVersion = "0.4.1"
|
appVersion = "0.4.2"
|
||||||
)
|
)
|
||||||
|
|
||||||
// struct for receivers to use common app pieces
|
// struct for receivers to use common app pieces
|
||||||
|
|
Loading…
Reference in a new issue