Skip to content

Commit

Permalink
Merge pull request #586 from coq-community/bump-version-1.9.2
Browse files Browse the repository at this point in the history
Bump version in preparation for release.
  • Loading branch information
maximedenes authored Aug 22, 2023
2 parents 772acf0 + c8e61bf commit d3b14f0
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": "1.9.1",
"version": "1.9.2",
"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 @@ -31,7 +31,7 @@
ocamlPackages.buildDunePackage {
duneVersion = "3";
pname = "vscoq-language-server";
version = "1.9.1";
version = "1.9.2";
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 @@ -39,7 +39,7 @@ let conf_request_id = 3456736879

let server_info = InitializeResult.create_serverInfo
~name:"vscoq-language-server"
~version:"1.9.1"
~version:"1.9.2"
()

type lsp_event =
Expand Down

0 comments on commit d3b14f0

Please sign in to comment.