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 901761a + f0d8819 commit 062774cCopy full SHA for 062774c
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