Version 1.10.1

This commit is contained in:
Alexandre Alapetite
2018-03-04 14:43:03 +01:00
parent 67c173f79b
commit a37b95f677
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# FreshRSS changelog
## 2018-03-0X FreshRSS 1.10.1-dev
## 2018-03-04 FreshRSS 1.10.1
* Deployment
* New Docker image, smaller (based on Alpine Linux) and newer (with PHP 7.1) [#1813](https://github.com/FreshRSS/FreshRSS/pull/1813)

View File

@@ -2,7 +2,7 @@
//NB: Do not edit; use ./constants.local.php instead.
//<Not customisable>
define('FRESHRSS_VERSION', '1.10.1-dev');
define('FRESHRSS_VERSION', '1.10.1');
define('FRESHRSS_WEBSITE', 'https://freshrss.org');
define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');