From 37b51db2b6ba9e3cf4635d784a8cd6f29c099acd Mon Sep 17 00:00:00 2001 From: KrewsOrg Date: Thu, 6 Feb 2020 16:50:22 +0000 Subject: [PATCH] Pushed version as RC-3, requires testing before pushing to stable. --- src/main/java/com/eu/habbo/Emulator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/eu/habbo/Emulator.java b/src/main/java/com/eu/habbo/Emulator.java index 39e52445..209ab029 100644 --- a/src/main/java/com/eu/habbo/Emulator.java +++ b/src/main/java/com/eu/habbo/Emulator.java @@ -40,7 +40,7 @@ public final class Emulator { public static final String ANSI_YELLOW = "\u001B[33m"; - public final static String PREVIEW = "Stable"; + public final static String PREVIEW = "RC-3"; public static final String version = "Arcturus Morningstar" + " " + MAJOR + "." + MINOR + "." + BUILD + " " + PREVIEW; private static final String logo =