We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef39b5 commit 9cb1c1aCopy full SHA for 9cb1c1a
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.falsepattern</groupId>
8
<artifactId>jfunge</artifactId>
9
- <version>1.1.0</version>
+ <version>1.2.0</version>
10
11
<properties>
12
<java.version>17</java.version>
src/main/java/com/falsepattern/jfunge/Globals.java
@@ -2,7 +2,7 @@
2
3
public class Globals {
4
public static final int MAJOR_VERSION = 1;
5
- public static final int MINOR_VERSION = 1;
+ public static final int MINOR_VERSION = 2;
public static final int PATCH_VERSION = 0;
public static final int HANDPRINT = 0x74_70_85_78; //"JFUN"
public static final String VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + PATCH_VERSION;
0 commit comments