Skip to content

Commit

Permalink
README: update version number in installation example
Browse files Browse the repository at this point in the history
Closes #3583 as merged as of commit c4caea8.

Signed-off-by: Bård Aase <[email protected]>
Change-Id: I006252de7408987536bf86fc22f8cff00803ec59
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1205462
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Paul Jolly <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
  • Loading branch information
elzapp authored and mvdan committed Dec 10, 2024
1 parent a03ed2e commit 1f15584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ You can also clone the repository and build it directly via `go install ./cmd/cu
Note that local builds [lack version information](https://go.dev/issue/50603),
so you should inject the version string when building a release, such as:

git switch -d v0.9.0
go install -ldflags='-X cuelang.org/go/cmd/cue/cmd.version=v0.9.0' ./cmd/cue
git switch -d v0.11.0
go install -ldflags='-X cuelang.org/go/cmd/cue/cmd.version=v0.11.0' ./cmd/cue

### Learning CUE

Expand Down

0 comments on commit 1f15584

Please sign in to comment.