Skip to content

Commit f0d8819

Browse files
authored
Merge branch 'feature/rule-based-segment' into rbs-memory-storage
2 parents df6bc39 + 6fdf0b7 commit f0d8819

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)