Skip to content

Commit

Permalink
Change version back to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikbalkaya committed Jan 10, 2023
1 parent 5137527 commit e5fde04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/io/ably/lib/transport/Defaults.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.util.Locale;

public class Defaults {
public static final float ABLY_VERSION_NUMBER = 1.2f;
public static final float ABLY_VERSION_NUMBER = 1.0f;

/**
* The level of compatibility with the Ably service that this SDK supports, also referred to as the 'wire protocol version'.
Expand Down

0 comments on commit e5fde04

Please sign in to comment.