We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df6bc39 + 6fdf0b7 commit f0d8819Copy full SHA for f0d8819
client/src/main/java/io/split/Spec.java
@@ -6,6 +6,7 @@ private Spec() {
6
// restrict instantiation
7
}
8
9
+ // TODO: Change the schema to 1.3 when updating splitclient
10
public static String SPEC_VERSION = "1.1";
11
public static final String SPEC_1_3 = "1.3";
12
public static final String SPEC_1_1 = "1.1";
0 commit comments