Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
Update the in-code version number to 6.0.1.
  • Loading branch information
samwilson authored Dec 16, 2024
1 parent 79cbc80 commit 70f4ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpFlickr.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
class PhpFlickr
{
/** PhpFlickr version. */
public const VERSION = '5.1.0';
public const VERSION = '6.0.1';

/** @param string */
protected $api_key;
Expand Down

0 comments on commit 70f4ff9

Please sign in to comment.