Skip to content

Commit

Permalink
Bump VERSION const
Browse files Browse the repository at this point in the history
  • Loading branch information
spajxo authored Dec 18, 2023
1 parent d11b253 commit d5753c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DigiSign.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

final class DigiSign implements EndpointInterface
{
public const VERSION = '1.13.0';
public const VERSION = '2.2.0';
public const API_BASE = 'https://api.digisign.org';
public const API_BASE_TESTING = 'https://api.digisign.digital.cz';

Expand Down

0 comments on commit d5753c6

Please sign in to comment.