Skip to content

Commit daac12d

Browse files
author
Hideki Itakura
authored
Merge pull request #1407 from couchbase/feature/update_sync_version
Fixed #1408 : Update Sync Protocol Version to 1.3
2 parents 266e30c + 4d9935c commit daac12d

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)