Skip to content

Commit

Permalink
Change application's version to v1.13.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed May 10, 2024
1 parent f14bca0 commit 4244cfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "sylius/sylius",
"type": "library",
"version": "v1.13.1",
"version": "v1.13.2-dev",
"description": "E-Commerce platform for PHP, based on Symfony framework.",
"homepage": "https://sylius.com",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php
Expand Up @@ -43,17 +43,17 @@

final class SyliusCoreBundle extends AbstractResourceBundle
{
public const VERSION = '1.13.1';
public const VERSION = '1.13.2-DEV';

public const VERSION_ID = '11301';
public const VERSION_ID = '11302';

public const MAJOR_VERSION = '1';

public const MINOR_VERSION = '13';

public const RELEASE_VERSION = '1';
public const RELEASE_VERSION = '2';

public const EXTRA_VERSION = '';
public const EXTRA_VERSION = 'DEV';

public function getSupportedDrivers(): array
{
Expand Down

0 comments on commit 4244cfc

Please sign in to comment.