Skip to content

Commit a93c858

Browse files
committed
updated spec
1 parent 2ff316f commit a93c858

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

9-
public static String SPEC_VERSION = "1.3";
9+
// TODO: Change the schema to 1.3 when updating splitclient
10+
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";
1213
}

0 commit comments

Comments
 (0)