Skip to content

Commit

Permalink
internal/cueversion: bump fallbackVersion for v0.9.0-alpha.1
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I0dd1cf92abe9a38f93ec3ba4c794958550877e64
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1185689
Reviewed-by: Paul Jolly <paul@myitcv.io>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@gmail.com>
  • Loading branch information
mvdan committed Mar 21, 2024
1 parent f8ec1f4 commit 74fb5cf
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-0.dev"
const fallbackVersion = "v0.9.0-alpha.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 74fb5cf

Please sign in to comment.