Skip to content

Commit

Permalink
Fix client version
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Feb 22, 2024
1 parent 2a8aa70 commit 3d68db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea/
/extras/
/vendor/
/.phpunit.cache/
Expand Down
2 changes: 1 addition & 1 deletion contracts/Client/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface Client
/**
* Version of PHP YouTrack REST client.
*/
public const VERSION = '6.2.3';
public const VERSION = '8.0.0';

/**
* Create and send an HTTP request.
Expand Down

0 comments on commit 3d68db4

Please sign in to comment.