Add additional logging to debug PIS update process

This commit is contained in:
Fred Boniface
2024-11-11 11:03:25 +00:00
parent 9b5779799f
commit fc5bb2534a
3 changed files with 9 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import (
)
// Version Constants
const versionNum string = "2024.10.2"
const versionNum string = "2024.11.1"
const versionSuffix string = ""
const Version string = versionNum + versionSuffix