chore(release): 1.0.0-alpha.60 [skip ci]

# [1.0.0-alpha.60](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.59...v1.0.0-alpha.60) (2021-06-21)

### Features

* **rss:** add ˂podcast:guid˃ tag for channel ([1fab10e](1fab10eb0d))
This commit is contained in:
semantic-release-bot 2021-06-21 12:08:38 +00:00
commit ddeabf5665
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-alpha.59');
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.60');
/*
| --------------------------------------------------------------------