We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657df12 commit 7b71140Copy full SHA for 7b71140
rascal-lsp/pom.xml
@@ -32,7 +32,7 @@
32
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.rascalmpl</groupId>
34
<artifactId>rascal-lsp</artifactId>
35
- <version>2.21.0</version>
+ <version>2.21.1-SNAPSHOT</version>
36
<properties>
37
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38
<junit.version>4.13.2</junit.version>
rascal-vscode-extension/package.json
@@ -14,7 +14,7 @@
14
"color": "#ffffff",
15
"theme": "light"
16
},
17
- "version": "0.12.0",
+ "version": "0.12.1-head",
18
"engines": {
19
"vscode": "^1.82.0",
20
"node": ">=18.15.0"
0 commit comments