Fix PIS 'toc' and remove deduplication step

This commit is contained in:
Fred Boniface
2024-11-13 10:22:42 +00:00
parent d35a2a010e
commit 488551e914
3 changed files with 7 additions and 6 deletions

View File

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