Skip to content

Commit

Permalink
Change application's version to v1.13.0-ALPHA.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Mar 11, 2024
1 parent 05d935c commit a3717cb
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.2",
"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 @@ -42,7 +42,7 @@

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

public const VERSION_ID = '11300';

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

public const RELEASE_VERSION = '0';

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

public function getSupportedDrivers(): array
{
Expand Down

0 comments on commit a3717cb

Please sign in to comment.