[VersionBump] Patch e2e3c1cdcd

This commit is contained in:
Diogo Cordeiro 2020-06-11 21:52:18 +01:00
父節點 e2e3c1cdcd
當前提交 ea647d80ee
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -32,7 +32,7 @@ defined('GNUSOCIAL') || die();
define('GNUSOCIAL_ENGINE', 'GNU social');
define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/');
define('GNUSOCIAL_BASE_VERSION', '1.20.9');
define('GNUSOCIAL_BASE_VERSION', '1.20.10');
define('GNUSOCIAL_LIFECYCLE', 'release'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);