Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtetley committed Aug 27, 2023
1 parent 4c82332 commit 98b500e
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.2",
"version": "1.9.3",
"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.2";
version = "1.9.3";
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 @@ -44,7 +44,7 @@ let conf_request_id = 3456736879

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

type lsp_event =
Expand Down

0 comments on commit 98b500e

Please sign in to comment.