Skip to content

Commit

Permalink
internal/cueversion: bump for v0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I8c8c9047a93d4827046d2d71cd934d989a0394a9
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1190980
Reviewed-by: Paul Jolly <paul@myitcv.io>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
  • Loading branch information
mvdan committed Apr 3, 2024
1 parent 4cdb317 commit 95bed3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cueversion/version.go
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"
const fallbackVersion = "v0.8.1"

// 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 95bed3d

Please sign in to comment.