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 Apr 2, 2023
1 parent cf42857 commit 83079a6
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-rc2</version>
<version>4.3.0-rc3-dev</version>
<creationDate>2023-04</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 = 'rc2';
public const EXTRA_VERSION = 'rc3-dev';

/**
* Development status.
*
* @var string
* @since 3.5
*/
public const DEV_STATUS = 'Release Candidate';
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 83079a6

Please sign in to comment.