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