mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-27 04:25:19 +01:00
Fix wrong coreVersion in SongodaCore class
This commit is contained in:
parent
e8c0e21ac2
commit
aff3ea92f3
@ -53,7 +53,7 @@ public class SongodaCore {
|
||||
/**
|
||||
* @since coreRevision 6
|
||||
*/
|
||||
private final static String coreVersion = "2.6.16";
|
||||
private final static String coreVersion = "2.6.17-SNAPSHOT";
|
||||
|
||||
/**
|
||||
* This is specific to the website api
|
||||
|
Loading…
Reference in New Issue
Block a user