chore(release): 1.0.0-beta.5 [skip ci]

# [1.0.0-beta.5](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-01-31)

### Bug Fixes

* **analytics:** set initial value for duration and bandwidth ([ee50539](ee50539591))
This commit is contained in:
semantic-release-bot 2022-01-31 17:23:53 +00:00
commit 7bc2d42c8e
5 changed files with 12 additions and 5 deletions

View file

@ -11,7 +11,7 @@ declare(strict_types=1);
|
| NOTE: this constant is updated upon release with Continuous Integration.
*/
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.4');
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.5');
/*
| --------------------------------------------------------------------