Skip to content

Commit

Permalink
bumped version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
malle-pietje committed Jul 26, 2024
1 parent aaf144a commit 8a5b21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/UniFiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class UniFiClient
private static ?UniFiClient $instance = null;

/** @var string Version of the UniFi Cloud API client */
private const VERSION = '1.0.3';
private const VERSION = '1.0.4';

/** @var Client Guzzle HTTP client instance */
private Client $client;
Expand Down

0 comments on commit 8a5b21e

Please sign in to comment.