Skip to content

Commit

Permalink
Release 21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 2, 2021
1 parent 2808004 commit 43d6d69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mx.trufflesqueak/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"mxversion": "5.281.3",
"versionConflictResolution": "latest",

"version": "21.0.0-dev",
"version": "21.0.0",
"trufflesqueak:dependencyMap": {
"graalvm": "21.0.0",
"image": "TruffleSqueakImage-20.2.0.zip",
"image_tag": "20.2.0",
"image": "TruffleSqueakImage-21.0.0.zip",
"image_tag": "21.0.0",
"jdk8": "282",
"jdk8_update": "07",
"jdk11": "11.0.10",
Expand All @@ -27,7 +27,7 @@
"test_image_tag": "20.2.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 @@ -11,7 +11,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 = "21.0.0-dev";
public static final String VERSION = "21.0.0";

private SqueakLanguageConfig() {
}
Expand Down

0 comments on commit 43d6d69

Please sign in to comment.