Skip to content

Commit

Permalink
Merge pull request #554 from coq-community/adjust-version
Browse files Browse the repository at this point in the history
Rename beta version to 1.9.0
  • Loading branch information
maximedenes authored Aug 4, 2023
2 parents 9c2a369 + 505e376 commit 148c7e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "VsCoq is an extension for Visual Studio Code with support for the Coq Proof Assistant",
"publisher": "maximedenes",
"license": "MIT",
"version": "2.0.0-beta1",
"version": "1.9.0",
"repository": {
"type": "git",
"url": "https://github.com/coq-community/vscoq.git"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
ocamlPackages.buildDunePackage {
duneVersion = "3";
pname = "vscoq-language-server";
version = "2.0.0-beta1";
version = "1.9.0";
src = ./language-server;
buildInputs = [
coq
Expand Down
2 changes: 1 addition & 1 deletion language-server/vscoqtop/lspManager.ml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let conf_request_id = 3456736879

let server_info = ServerInfo.{
name = "vscoq-language-server";
version = "2.0.0";
version = "1.9.0";
}

type lsp_event =
Expand Down

0 comments on commit 148c7e6

Please sign in to comment.