Use singleton NodeIdentifierWithPredicates
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / DataStoreVersions.java
index 78039f60167314755379f14756a82243ec86d31d..79eedd3ef3e7511166b5dd4c9c00b0436ed6db95 100644 (file)
@@ -25,7 +25,8 @@ public final class DataStoreVersions {
     public static final short FLUORINE_VERSION = 9;
     public static final short NEON_SR2_VERSION = 10;
     public static final short SODIUM_SR1_VERSION = 11;
-    public static final short CURRENT_VERSION = NEON_SR2_VERSION;
+    public static final short MAGNESIUM_VERSION = 12;
+    public static final short CURRENT_VERSION = SODIUM_SR1_VERSION;
 
     private DataStoreVersions() {