Skip to content

Commit 54c181f

Browse files
Resetting beta version number
1 parent 5625792 commit 54c181f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Magento/ComposerRootUpdatePlugin/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magento/composer-root-update-plugin",
33
"description": "Plugin to look ahead for Magento project root changes when running composer update for new Magento versions",
4-
"version": "1.0.0-beta16",
4+
"version": "1.0.0-beta1",
55
"license": [
66
"OSL-3.0",
77
"AFL-3.0"

src/Magento/ComposerRootUpdatePlugin/etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="Magento_ComposerRootUpdatePlugin" setup_version="1.0.0-beta14">
9+
<module name="Magento_ComposerRootUpdatePlugin" setup_version="1.0.0-beta1">
1010
</module>
1111
</config>

0 commit comments

Comments
 (0)