Skip to content

Commit 062774c

Browse files
committed
Merge branch 'rbs-memory-storage' of https://github.com/splitio/java-client into rbs-memory-storage
2 parents 901761a + f0d8819 commit 062774c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/main/java/io/split/Spec.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ private Spec() {
66
// restrict instantiation
77
}
88

9+
// TODO: Change the schema to 1.3 when updating splitclient
910
public static String SPEC_VERSION = "1.1";
1011
public static final String SPEC_1_3 = "1.3";
1112
public static final String SPEC_1_1 = "1.1";

0 commit comments

Comments
 (0)