From 8b569af23af14ea11c08c11ae930787a461c710c Mon Sep 17 00:00:00 2001 From: Brianna Date: Fri, 25 Sep 2020 11:38:03 -0500 Subject: [PATCH] Update the core revision. This should have been done a long time ago. --- Core/src/main/java/com/songoda/core/SongodaCore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/songoda/core/SongodaCore.java b/Core/src/main/java/com/songoda/core/SongodaCore.java index d83479ff..6954a4e9 100644 --- a/Core/src/main/java/com/songoda/core/SongodaCore.java +++ b/Core/src/main/java/com/songoda/core/SongodaCore.java @@ -49,7 +49,7 @@ public class SongodaCore { * Whenever we make a major change to the core GUI, updater, * or other function used by the core, increment this number */ - private final static int coreRevision = 6; + private final static int coreRevision = 7; /** * This has been added as of Rev 6