bump back to 0.6-dev

This commit is contained in:
B. Endres 2022-05-25 12:18:24 +02:00
parent 98dd7c85f1
commit 5c1e804055
2 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@
<author>B. Endres</author> <author>B. Endres</author>
<email>endres@systopia.de</email> <email>endres@systopia.de</email>
</maintainer> </maintainer>
<releaseDate>2022-05-25</releaseDate> <releaseDate></releaseDate>
<version>0.6-beta5</version> <version>0.6-dev</version>
<develStage>beta</develStage> <develStage>dev</develStage>
<compatibility> <compatibility>
<ver>5.0</ver> <ver>5.0</ver>
</compatibility> </compatibility>

View File

@ -8,7 +8,7 @@
+---------------------------------------------------------*/ +---------------------------------------------------------*/
require_once "config.php"; require_once "config.php";
$civiproxy_version = '0.6-beta5'; $civiproxy_version = '0.6-dev';
/** /**
* this will redirect the request to another URL, * this will redirect the request to another URL,