Skip to content

Commit 593e209

Browse files
committed
Change application's version to v2.1.5-dev
1 parent 2078996 commit 593e209

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sylius/sylius",
33
"type": "library",
4-
"version": "v2.1.4",
4+
"version": "v2.1.5-dev",
55
"description": "E-Commerce platform for PHP, based on Symfony framework.",
66
"homepage": "https://sylius.com",
77
"license": "MIT",

src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040

4141
final class SyliusCoreBundle extends AbstractResourceBundle
4242
{
43-
public const VERSION = '2.1.4';
43+
public const VERSION = '2.1.5-DEV';
4444

4545
public const VERSION_ID = '20104';
4646

4747
public const MAJOR_VERSION = '2';
4848

4949
public const MINOR_VERSION = '1';
5050

51-
public const RELEASE_VERSION = '4';
51+
public const RELEASE_VERSION = '5';
5252

53-
public const EXTRA_VERSION = '';
53+
public const EXTRA_VERSION = 'DEV';
5454

5555
/** @return string[] */
5656
public function getSupportedDrivers(): array

0 commit comments

Comments
 (0)