From 3c94da071289b53e3d33b5777b62c9b1ebfe35e0 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 27 Nov 2019 13:48:33 -0600 Subject: [PATCH] release: 3.1.3 readiness --- CHANGELOG.md | 2 +- module/Application/src/Module.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c63c4e035..48014c6d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 3.1.3 - TBD +## 3.1.3 - 2019-11-27 ### Added diff --git a/module/Application/src/Module.php b/module/Application/src/Module.php index 4d2d850e50..44068e33e6 100644 --- a/module/Application/src/Module.php +++ b/module/Application/src/Module.php @@ -9,7 +9,7 @@ class Module { - const VERSION = '3.1.0'; + const VERSION = '3.1.3'; public function getConfig() {