aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-03-09 11:10:09 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-03-09 11:10:09 +0100
commitbe47672e009080782e69a8210ae176d06f5f8143 (patch)
tree9016e1bc004a1d6ed4a1f1f325a1ed637745af82
parent1e4cc18bef238fd19e0ce3f9524af2b00b570ade (diff)
Start FreshRSS 1.10.3-dev
-rw-r--r--CHANGELOG.md4
-rw-r--r--constants.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 501bff9c4..3918b3e36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# FreshRSS changelog
+## 2018-0X-XX FreshRSS 1.10.3-dev
+
+
+
## 2018-03-09 FreshRSS 1.10.2 (Docker only)
* Bug fixing
diff --git a/constants.php b/constants.php
index 188560eb5..af676247c 100644
--- a/constants.php
+++ b/constants.php
@@ -2,7 +2,7 @@
//NB: Do not edit; use ./constants.local.php instead.
//<Not customisable>
-define('FRESHRSS_VERSION', '1.10.2');
+define('FRESHRSS_VERSION', '1.10.3-dev');
define('FRESHRSS_WEBSITE', 'https://freshrss.org');
define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');