Skip to content

Commit

Permalink
[release] set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Mar 26, 2024
1 parent b054465 commit fe94d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rascal-lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-lsp</artifactId>
<version>2.20.1-SNAPSHOT</version>
<version>2.20.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.10.2</junit.version>
Expand Down
2 changes: 1 addition & 1 deletion rascal-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"color": "#ffffff",
"theme": "light"
},
"version": "0.11.1-head",
"version": "0.11.1",
"engines": {
"vscode": "^1.75.0"
},
Expand Down

0 comments on commit fe94d6a

Please sign in to comment.