We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22723f1 commit 4944862Copy full SHA for 4944862
1 file changed
build.zig.zon
@@ -1,7 +1,7 @@
1
.{
2
.name = .zls,
3
// Remove `-dev` when tagging a new ZLS release and add it back on the next development cycle.
4
- .version = "0.16.0-dev",
+ .version = "0.16.0",
5
// Specifies the minimum Zig version that is required to compile and test ZLS.
6
// Must be a Zig version that is downloadable from https://ziglang.org/download/ or a mirror.
7
//
0 commit comments