Files
2023-09-03 08:42:12 +10:00

9 lines
88 B
Go

package version
import (
_ "embed"
)
//go:embed version.txt
var VersionString string