We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5149ebd commit c4caea8Copy full SHA for c4caea8
README.md
@@ -51,8 +51,8 @@ You can also clone the repository and build it directly via `go install ./cmd/cu
51
Note that local builds [lack version information](https://go.dev/issue/50603),
52
so you should inject the version string when building a release, such as:
53
54
- git switch -d v0.9.0
55
- 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
56
57
### Learning CUE
58
0 commit comments