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