Adjustments to PIS Module

This commit is contained in:
Fred Boniface
2024-10-24 20:39:24 +01:00
parent 52732d2ae1
commit 90bec49826
3 changed files with 18 additions and 9 deletions

View File

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