Skip to content

Commit

Permalink
Release v0.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Nov 7, 2022
1 parent 713e1f7 commit 9e34aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

final class Library
{
public const VERSION = '0.2.0-alpha';
public const VERSION = '0.2.0-alpha.1';
public const VERSION_ID = 200;
public const MAJOR_VERSION = 0;
public const MINOR_VERSION = 2;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'alpha';
public const EXTRA_VERSION = 'alpha.1';

public const REQUIRED_EXTENSION_VERSION = '^0.2.0';
}

0 comments on commit 9e34aba

Please sign in to comment.