Skip to content

Commit

Permalink
internal/cueversion: bump fallbackVersion for v0.9.0-alpha.3
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I3954fa3ae2cdb1c27ede0c5ca7d686d147bef213
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1193754
Reviewed-by: Paul Jolly <paul@myitcv.io>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
  • Loading branch information
mvdan committed Apr 24, 2024
1 parent 3519740 commit 797d6f4
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.9.0-alpha.2"
const fallbackVersion = "v0.9.0-alpha.3"

// 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 797d6f4

Please sign in to comment.