Skip to content

Commit 30a4788

Browse files
authored
Merge pull request #1238 from rocq-prover/release-2.4.1
release 2.4.1
2 parents ab8ea3b + 0eb2357 commit 30a4788

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "VsRocq is an extension for Visual Studio Code with support for the Rocq Prover",
55
"publisher": "rocq-prover",
66
"license": "MIT",
7-
"version": "2.4.0",
7+
"version": "2.4.1",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/rocq-prover/vsrocq.git"

client/src/utilities/versioning.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ const versionRequirements : VersionReq = {
5555
'2.3.2': '2.3.0',
5656
'2.3.3': '2.3.3',
5757
'2.3.4': '2.3.3',
58-
'2.4.0': '2.3.3'
58+
'2.4.0': '2.3.3',
59+
'2.4.1': '2.3.3'
5960
};
6061

6162
//We will add version ranges as we start releasing

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
vscodeExtPublisher = "rocq-prover";
2424
vscodeExtName = "vsrocq";
2525
vscodeExtUniqueId = "rocq-prover.vsrocq";
26-
vsrocq_version = "2.4.0";
26+
vsrocq_version = "2.4.1";
2727
rocq = (import nixpkgs {inherit system;}).rocq-core.override { version = rocq-master.outPath; };
2828
in rec {
2929
formatter = nixpkgs.legacyPackages.${system}.alejandra;

language-server/vsrocqtop/lspManager.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let conf_request_id = max_int
4646

4747
let server_info = InitializeResult.create_serverInfo
4848
~name:"vsrocq-language-server"
49-
~version:"2.4.0"
49+
~version:"2.4.1"
5050
()
5151

5252
type lsp_event =

0 commit comments

Comments
 (0)