package version import "runtime" const ( AppVersion = "0.10-beta" ExpectedPostgresMajor = 17 MinGoVersion = "1.22" ) func GoRuntime() string { return runtime.Version() }