We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec960e commit 1d4eb20Copy full SHA for 1d4eb20
src/main/java/com/falsepattern/jfunge/Globals.java
@@ -1,8 +1,8 @@
1
package com.falsepattern.jfunge;
2
3
public class Globals {
4
- public static final String VERSION = "0.1.0";
5
- public static final int FUNGE_VERSION = 0 * 256 * 256 + 1 * 256 + 0;
+ public static final String VERSION = "0.2.0";
+ public static final int FUNGE_VERSION = 0 * 256 * 256 + 2 * 256 + 0;
6
public static final int HANDPRINT = 0xfa15e9a7;
7
public static final String LICENSE = "JFunge - A standard-conforming Befunge-98 and Trefunge-98 interpreter\n" +
8
"Copyright (C) 2022 FalsePattern\n" +
0 commit comments