From 34818a0716476833f528135a247a9f2b7276d878 Mon Sep 17 00:00:00 2001 From: fireduck64 Date: Wed, 23 Jan 2019 14:48:11 -0800 Subject: [PATCH] mark as dev --- lib/src/Globals.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Globals.java b/lib/src/Globals.java index 3bfabb90..065af8a6 100644 --- a/lib/src/Globals.java +++ b/lib/src/Globals.java @@ -4,7 +4,7 @@ public class Globals { - public static final String VERSION = "1.5.0"; + public static final String VERSION = "1.5.0-dev"; public static final int POW_LOOK_PASSES = 6;