Skip to content

Commit

Permalink
internal/cueversion: bump fallbackVersion for v0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: Ib00fae8720b49c828bb6f1f6429a6b44f7c51331
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1183397
TryBot-Result: CUEcueckoo <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Paul Jolly <[email protected]>
  • Loading branch information
mvdan committed Mar 15, 2024
1 parent c399d88 commit 7d75741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cueversion/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7d75741

Please sign in to comment.