Ver Fonte

Start 1.13.2-dev

Alexandre Alapetite há 7 anos atrás
pai
commit
4872442c62
2 ficheiros alterados com 4 adições e 1 exclusões
  1. 3 0
      CHANGELOG.md
  2. 1 1
      constants.php

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # FreshRSS changelog
 
+## 2019-0X-XX FreshRSS 1.13.2-dev
+
+
 ## 2019-01-26 FreshRSS 1.13.1
 
 * Features

+ 1 - 1
constants.php

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