aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-06-03 13:42:36 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-06-03 13:42:36 +0200
commitf7a4499a06b91cfac333a6b497960fd60b26525a (patch)
treea6eb6d16b56f04f69a90d0c633a172dd9203c06d
parentc0122003fe3031926546012b86a38b5187082613 (diff)
Start FreshRSS 1.11.1-dev
-rw-r--r--CHANGELOG.md3
-rw-r--r--constants.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec30f7470..54a9441bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# FreshRSS changelog
+## 2018-0X-XX FreshRSS 1.11.1-dev
+
+
## 2018-06-03 FreshRSS 1.11.0
* API
diff --git a/constants.php b/constants.php
index 29ee59181..62737e948 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.11.0');
+define('FRESHRSS_VERSION', '1.11.1-dev');
define('FRESHRSS_WEBSITE', 'https://freshrss.org');
define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');