Fix PIS inefficiencies and save output to file for debug purposes

This commit is contained in:
Fred Boniface
2024-11-12 12:05:30 +00:00
parent 0b3c1b6ad3
commit 5f57e1d267
2 changed files with 24 additions and 2 deletions

View File

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