Skip to content

Commit 6121d25

Browse files
committed
Revert to dev
1 parent 4a114da commit 6121d25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

administrator/manifests/files/joomla.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>4.1.0-alpha2</version>
9+
<version>4.1.0-dev</version>
1010
<creationDate>October 2021</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

libraries/src/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ final class Version
6161
* @var string
6262
* @since 3.8.0
6363
*/
64-
const EXTRA_VERSION = 'alpha2';
64+
const EXTRA_VERSION = 'dev';
6565

6666
/**
6767
* Development status.
6868
*
6969
* @var string
7070
* @since 3.5
7171
*/
72-
const DEV_STATUS = 'Alpha';
72+
const DEV_STATUS = 'Development';
7373

7474
/**
7575
* Code name.

0 commit comments

Comments
 (0)