Skip to content

Commit

Permalink
Change application's version to v1.13.0-ALPHA.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Feb 5, 2024
1 parent 786c774 commit 2ba8a03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sylius/sylius",
"type": "library",
"version": "v1.13.0-dev",
"version": "v1.13.0-alpha.1",
"description": "E-Commerce platform for PHP, based on Symfony framework.",
"homepage": "https://sylius.com",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

final class SyliusCoreBundle extends AbstractResourceBundle
{
public const VERSION = '1.13.0-DEV';
public const VERSION = '1.13.0-ALPHA.1';

public const VERSION_ID = '11300';

Expand All @@ -51,7 +51,7 @@ final class SyliusCoreBundle extends AbstractResourceBundle

public const RELEASE_VERSION = '0';

public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = 'ALPHA.1';

public function getSupportedDrivers(): array
{
Expand Down

0 comments on commit 2ba8a03

Please sign in to comment.