Added Go runtime version to the layout footer

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent a38ede5187
commit 446590acb1

View File

@ -6,5 +6,5 @@ import (
var (
AppVersion string = "N/a"
RuntimeVersion string = runtime.Version
RuntimeVersion string = runtime.Version()
)