1.0.0-beta

This commit is contained in:
Phil 2025-01-07 14:15:39 +01:00
parent 625c27878f
commit a73477c9f2
2 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@
<url desc="Support">https://github.com/systopia/CiviProxy/issues</url> <url desc="Support">https://github.com/systopia/CiviProxy/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls> </urls>
<releaseDate>2024-09-05</releaseDate> <releaseDate>2024-01-07</releaseDate>
<version>1.0.0-alpha2</version> <version>1.0.0-beta</version>
<develStage>dev</develStage> <develStage>beta</develStage>
<compatibility> <compatibility>
<ver>5.45</ver> <ver>5.45</ver>
</compatibility> </compatibility>

View File

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