this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

internal/cueversion: bump fallbackVersion for v0.9.0-alpha.3

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>

+1 -1
+1 -1
internal/cueversion/version.go
··· 16 16 // 17 17 // TODO: remove once Go stamps local builds with a main module version 18 18 // derived from the local VCS information per https://go.dev/issue/50603. 19 - const fallbackVersion = "v0.9.0-alpha.2" 19 + const fallbackVersion = "v0.9.0-alpha.3" 20 20 21 21 // Version returns the version of the cuelang.org/go module as best as can 22 22 // reasonably be determined. The result is always a valid Go semver version.