Skip to content

Commit

Permalink
Change application's version to v2.0.0-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Oct 30, 2024
1 parent 590e3d2 commit 1055a2a
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": "v2.0.0-beta.1",
"version": "v2.0.0-dev",
"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 = '2.0.0-BETA.1';
public const VERSION = '2.0.0-DEV';

public const VERSION_ID = '20000';

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

public const RELEASE_VERSION = '0';

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

/** @return string[] */
public function getSupportedDrivers(): array
Expand Down

0 comments on commit 1055a2a

Please sign in to comment.