Skip to content

Commit

Permalink
Revert to dev
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Buisard <olivier.buisard@simplifyyourweb.com>
  • Loading branch information
obuisard committed Jan 22, 2023
1 parent 995a8e8 commit 975b5be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion administrator/manifests/files/joomla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>4.3.0-alpha3</version>
<version>4.3.0-alpha4-dev</version>
<creationDate>2023-01</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
6 changes: 3 additions & 3 deletions libraries/src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = 'alpha3';
public const EXTRA_VERSION = 'alpha4-dev';

/**
* Development status.
*
* @var string
* @since 3.5
*/
public const DEV_STATUS = 'Alpha';
public const DEV_STATUS = 'Development';

/**
* Code name.
Expand All @@ -98,7 +98,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELTIME = '16:00';
public const RELTIME = '16:01';

/**
* Release timezone.
Expand Down

0 comments on commit 975b5be

Please sign in to comment.