Fix coreVersion in SongodaCore class not being the correct release

This commit is contained in:
Christian Koop 2023-04-13 11:51:14 +02:00
parent 177ecb36e5
commit 57f9f1f911
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -55,7 +55,7 @@ public class SongodaCore {
/** /**
* @since coreRevision 6 * @since coreRevision 6
*/ */
private final static String coreVersion = "2.6.19-DEV"; private final static String coreVersion = "2.6.19";
/** /**
* This is specific to the website api * This is specific to the website api