Skip to content

Commit c4caea8

Browse files
elzappmvdan
authored andcommitted
Update version number in installation example
Signed-off-by: Bård Aase <[email protected]>
1 parent 5149ebd commit c4caea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ You can also clone the repository and build it directly via `go install ./cmd/cu
5151
Note that local builds [lack version information](https://go.dev/issue/50603),
5252
so you should inject the version string when building a release, such as:
5353

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

5757
### Learning CUE
5858

0 commit comments

Comments
 (0)