Skip to content

Commit

Permalink
Change application's version to v1.12.17-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed May 10, 2024
1 parent 90d580f commit 56c8725
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.16",
"version": "v1.12.17-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
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@

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

public const VERSION_ID = '11216';
public const VERSION_ID = '11217';

public const MAJOR_VERSION = '1';

public const MINOR_VERSION = '12';

public const RELEASE_VERSION = '16';
public const RELEASE_VERSION = '17';

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

public function getSupportedDrivers(): array
{
Expand Down

0 comments on commit 56c8725

Please sign in to comment.