Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-Chad committed Jan 14, 2022
1 parent 262e563 commit 48502c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpizza/src/main/java/lemon/jpizza/compiler/vm/VM.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public class VM {
public static final int MAX_STACK_SIZE = 256;
public static final int FRAMES_MAX = 256;
public static final String VERSION = "2.0.1";
public static final String VERSION = "2.1.0";

private static class Traceback {
String filename;
Expand Down

0 comments on commit 48502c8

Please sign in to comment.