Skip to content

Commit

Permalink
[GR-48638] Next dev cycle: 23.1.1.
Browse files Browse the repository at this point in the history
PullRequest: js/2928
  • Loading branch information
gilles-duboscq committed Sep 14, 2023
2 parents be540fe + 1875f15 commit 9dc76ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions graal-js/mx.graal-js/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

"name" : "graal-js",

"version" : "23.1.0",
"release" : True,
"version" : "23.1.1",
"release" : False,
"groupId" : "org.graalvm.js",
"url" : "http://www.graalvm.org/",
"developer" : {
Expand Down
2 changes: 1 addition & 1 deletion graal-js/test/maven-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<name>my-app</name>
<url>http://maven.apache.org</url>
<properties>
<graalvm.version>23.1.0</graalvm.version>
<graalvm.version>23.1.1</graalvm.version>
<compiler.dir>${project.build.directory}/compiler</compiler.dir>
</properties>

Expand Down

0 comments on commit 9dc76ad

Please sign in to comment.