diff --git a/internal/cueversion/version.go b/internal/cueversion/version.go index b49256df652..69e0e0de16e 100644 --- a/internal/cueversion/version.go +++ b/internal/cueversion/version.go @@ -16,7 +16,7 @@ import ( // // TODO: remove once Go stamps local builds with a main module version // derived from the local VCS information per https://go.dev/issue/50603. -const fallbackVersion = "v0.8.0-rc.1" +const fallbackVersion = "v0.8.0" // Version returns the version of the cuelang.org/go module as best as can // reasonably be determined. The result is always a valid Go semver version.