Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Dec 3, 2023
1 parent e8d77d7 commit 728eb5f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 = '1.3.2-dev';
public const VERSION_ID = 10302;
public const VERSION = '1.4.0';
public const VERSION_ID = 10400;
public const MAJOR_VERSION = 1;
public const MINOR_VERSION = 3;
public const RELEASE_VERSION = 2;
public const EXTRA_VERSION = 'dev';
public const MINOR_VERSION = 4;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = '';

public const REQUIRED_EXTENSION_VERSION = '^1.2.0';
public const REQUIRED_EXTENSION_VERSION = '^1.4.0';
}

0 comments on commit 728eb5f

Please sign in to comment.