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.
1 parent 2ff316f commit a93c858Copy full SHA for a93c858
client/src/main/java/io/split/Spec.java
@@ -6,7 +6,8 @@ private Spec() {
6
// restrict instantiation
7
}
8
9
- public static String SPEC_VERSION = "1.3";
+ // 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";
13
0 commit comments