We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9704a04 commit 92aadb3Copy full SHA for 92aadb3
administrator/manifests/files/joomla.xml
@@ -6,7 +6,7 @@
6
<authorUrl>www.joomla.org</authorUrl>
7
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
8
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9
- <version>5.4.0-beta1-dev</version>
+ <version>5.4.0-alpha4-dev</version>
10
<creationDate>2025-07</creationDate>
11
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
12
libraries/src/Version.php
@@ -66,7 +66,7 @@ final class Version
66
* @var string
67
* @since 3.8.0
68
*/
69
- public const EXTRA_VERSION = 'beta1-dev';
+ public const EXTRA_VERSION = 'alpha4-dev';
70
71
/**
72
* Development status.
0 commit comments