From f8d0998c0ddac4a9071815a690ad75a237e44580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 18 Apr 2024 13:17:24 +0100 Subject: [PATCH] internal/cueversion: bump for v0.9.0-alpha.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Martí Change-Id: I2c21909610569b8b33ad220368f5340907c9b351 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1193298 Unity-Result: CUE porcuepine TryBot-Result: CUEcueckoo Reviewed-by: Roger Peppe --- internal/cueversion/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cueversion/version.go b/internal/cueversion/version.go index 5decee10a27..cf1e8a79b1a 100644 --- a/internal/cueversion/version.go +++ b/internal/cueversion/version.go @@ -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.