Kaynağa Gözat

Release version 1.15

Alexandre Alapetite 6 yıl önce
ebeveyn
işleme
fcae48f313
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      CHANGELOG.md
  2. 1 1
      constants.php

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # FreshRSS changelog
 
-## 2019-1X-XX FreshRSS 1.14.4-dev
+## 2019-10-31 FreshRSS 1.15.0
 
 * CLI
 	* Command line to export/import any database to/from SQLite [#2496](https://github.com/FreshRSS/FreshRSS/pull/2496)

+ 1 - 1
constants.php

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