Skip to content

Commit

Permalink
Change application's version to v1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Jan 13, 2023
1 parent f694871 commit 757a411
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.12.3-dev",
"version": "v1.12.3",
"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 @@ -40,7 +40,7 @@

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

public const VERSION_ID = '11203';

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

public const RELEASE_VERSION = '3';

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

public function getSupportedDrivers(): array
{
Expand Down

0 comments on commit 757a411

Please sign in to comment.