Skip to content

Commit

Permalink
Release FreshRSS 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Apr 8, 2019
1 parent 1082a6b commit da53cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FreshRSS changelog

## 2019-04-XX FreshRSS 1.14.2-dev
## 2019-04-08 FreshRSS 1.14.2

* Bug fixing (regressions introduced in 1.14.X)
* Fix PHP 5.5- compatibility [#2359](https://github.com/FreshRSS/FreshRSS/issues/2359)
Expand Down
2 changes: 1 addition & 1 deletion constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//NB: Do not edit; use ./constants.local.php instead.

//<Not customisable>
define('FRESHRSS_VERSION', '1.14.2-dev');
define('FRESHRSS_VERSION', '1.14.2');
define('FRESHRSS_WEBSITE', 'https://freshrss.org');
define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');

Expand Down

0 comments on commit da53cc9

Please sign in to comment.