Update PIS to use live db collection

This commit is contained in:
Fred Boniface
2024-11-22 20:53:21 +00:00
parent 488551e914
commit 977ff77d50
3 changed files with 4 additions and 4 deletions

View File

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