From 718bd662cd5b0532f255ad03d26ca2192aa01c07 Mon Sep 17 00:00:00 2001 From: k_ Date: Wed, 17 Jan 2018 16:08:54 -0500 Subject: [PATCH] Bump version --- RELEASE.md | 9 +++++++++ phplib/411bootstrap.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 3226028..75b9f72 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,12 @@ +# v1.4.2 # + +- No new features + +## Bugfixes ## + +- Fixed issues with previous release + + # v1.4.1 # - Merged #136 for content matching in HTTP searches diff --git a/phplib/411bootstrap.php b/phplib/411bootstrap.php index 0a42c2c..b292774 100644 --- a/phplib/411bootstrap.php +++ b/phplib/411bootstrap.php @@ -20,7 +20,7 @@ date_default_timezone_set("UTC"); define('BASE_DIR', realpath(__DIR__ . '/..')); -define('VERSION', '1.4.1'); +define('VERSION', '1.4.2'); // Set up autoloader for our classes. spl_autoload_register(function($class) {