Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinovon committed Dec 17, 2024
1 parent 06c1f2e commit 394c99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/emulator/Emulator.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@

public class Emulator implements Runnable {
public static boolean debugBuild = true;
public static String version = "2.17.6";
public static String version = "2.18";
public static String revision = "";
public static final int numericVersion = 26;
public static final int numericVersion = 27;

static EmulatorImpl emulatorimpl;
private static MIDlet midlet;
Expand Down

0 comments on commit 394c99e

Please sign in to comment.