Skip to content

Commit

Permalink
Bump back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Oct 27, 2020
1 parent e1c6691 commit d1d0091
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) 2005 - 2020 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>4.0.0-beta5</version>
<version>4.0.0-beta6-dev</version>
<creationDate>October 2020</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 @@ -61,15 +61,15 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'beta5';
const EXTRA_VERSION = 'beta6-dev';

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

/**
* Code name.
Expand All @@ -93,7 +93,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '19:41';
const RELTIME = '19:54';

/**
* Release timezone.
Expand Down

0 comments on commit d1d0091

Please sign in to comment.