We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d735b commit 048fc87Copy full SHA for 048fc87
nix/default.nix
@@ -3,7 +3,7 @@
3
with pkgs;
4
buildGoModule rec {
5
pname = "jsonnet-language-server";
6
- version = "0.10.0";
+ version = "0.11.0";
7
8
ldflags = ''
9
-X main.version=${version}
0 commit comments