Skip to content

Commit 4d9935c

Browse files
committed
Update Sync Protocol Version to 1.3
As we have a new OIDC authentication, bumped the sync version to 1.3.
1 parent 266e30c commit 4d9935c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/couchbase/lite/support/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.Locale;
1919

2020
public class Version {
21-
public static final String SYNC_PROTOCOL_VERSION = "1.2";
21+
public static final String SYNC_PROTOCOL_VERSION = "1.3";
2222
public static final String VERSION;
2323

2424
private static final String VERSION_NAME="%VERSION_NAME%"; // replaced during build process

0 commit comments

Comments
 (0)