Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
asrorbekh committed Oct 2, 2024
1 parent 5f5010e commit a402126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/ApiVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ApiVersion
{
public const MINOR = 1;
public const MAJOR = 0;
public const PATCH = 0;
public const PATCH = 1;

public static function getVersion(): string
{
Expand Down

0 comments on commit a402126

Please sign in to comment.