Skip to content

Commit

Permalink
Release 23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Sep 5, 2023
1 parent 00b6947 commit 6137446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mx.trufflesqueak/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test_image_tag": "22.3.0",
},

"release": False,
"release": True,
"groupId": "de.hpi.swa.trufflesqueak",
"url": "https://github.com/hpi-swa/trufflesqueak",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public final class SqueakLanguageConfig {
public static final String MIME_TYPE = "application/x-smalltalk";
public static final String NAME = "Squeak/Smalltalk";
public static final String ST_MIME_TYPE = "text/x-smalltalk";
public static final String VERSION = "23.0.1-dev";
public static final String VERSION = "23.0.1";
public static final String WEBSITE = "https://github.com/hpi-swa/trufflesqueak";

public static final String[][] SUPPORTED_IMAGES = {
Expand Down

0 comments on commit 6137446

Please sign in to comment.