Skip to content

Commit

Permalink
Add -dev to version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
mbish authored Feb 2, 2024
1 parent 4084ae8 commit 5b257e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use DateTime;

const VERSION = "1.1.0";
const VERSION = "1.1.0-dev";
const INITIAL_BACKOFF_SECONDS = 1;
const MAX_BACKOFF_SECONDS = 32;
const BACKOFF_FACTOR = 2;
Expand Down

0 comments on commit 5b257e1

Please sign in to comment.