Skip to content

Commit

Permalink
Merge pull request #1032 from coq/bump-version
Browse files Browse the repository at this point in the history
release: bump version
  • Loading branch information
rtetley authored Feb 12, 2025
2 parents e7c2b0c + bf48ed4 commit 95068b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.2.3",
"version": "2.2.4",
"repository": {
"type": "git",
"url": "https://github.com/coq-community/vscoq.git"
Expand Down
3 changes: 2 additions & 1 deletion client/src/utilities/versioning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ const versionRequirements : VersionReq = {
'2.2.0': '2.1.7',
'2.2.1': '2.2.1',
'2.2.2': '2.2.2',
'2.2.3': '2.2.2'
'2.2.3': '2.2.2',
'2.2.4': '2.2.4'
};

//We will add version ranges as we start releasing
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
vscodeExtPublisher = "maximedenes";
vscodeExtName = "vscoq";
vscodeExtUniqueId = "maximedenes.vscoq";
vscoq_version = "2.2.3";
vscoq_version = "2.2.4";
rocq = rocq-master.packages.${system};
in rec {
formatter = nixpkgs.legacyPackages.${system}.alejandra;
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 @@ -52,7 +52,7 @@ let conf_request_id = max_int

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

type lsp_event =
Expand Down

0 comments on commit 95068b8

Please sign in to comment.