Skip to content

Commit

Permalink
Update VultrConfig Version of library
Browse files Browse the repository at this point in the history
  • Loading branch information
Porthorian committed Sep 24, 2022
1 parent 3681343 commit e1bf0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VultrConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class VultrConfig
{
public const VERSION = '0.3.0';
public const VERSION = '1.0.1';
public const API_VERSION = 'v2';
public const API_URI = 'https://api.vultr.com/';
public const USERAGENT = 'VultrPhp/'.self::VERSION. '(API_VERSION: '.self::API_VERSION.')';
Expand Down

0 comments on commit e1bf0ea

Please sign in to comment.