Skip to content

Commit

Permalink
internal/cueversion: bump for v0.9.0-alpha.2
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I2c21909610569b8b33ad220368f5340907c9b351
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1193298
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>
  • Loading branch information
mvdan committed Apr 18, 2024
1 parent 6728bb2 commit f8d0998
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.9.0-alpha.1"
const fallbackVersion = "v0.9.0-alpha.2"

// 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 f8d0998

Please sign in to comment.