Skip to content

Commit

Permalink
Keep language version in sync with Truffle import
Browse files Browse the repository at this point in the history
This ensures that the right Maven artifacts are installed by the Maven downloader.
  • Loading branch information
fniephaus committed Jul 31, 2024
1 parent 2d4a231 commit 9238b6f
Showing 1 changed file with 1 addition and 1 deletion.
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 = "24.1.0-dev";
public static final String VERSION = "24.0.2"; // sync with Truffle import
public static final String WEBSITE = "https://github.com/hpi-swa/trufflesqueak";

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

0 comments on commit 9238b6f

Please sign in to comment.