From 3bd8009849724f177a37c00be4c98110066494c9 Mon Sep 17 00:00:00 2001 From: Minero Aoki Date: Fri, 7 Jul 2017 18:48:45 +0900 Subject: [PATCH] version 5.24.1 --- RELEASE.md | 4 ++++ lib/bricolage/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 8a6ea1d..cc46e1e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,9 @@ # Bricolage Release Note +## version 5.24.1 + +- [fix] --enable-queue did not work + ## version 5.24.0 - [new] New config file config/bricolage.yml to save command line options in the file. diff --git a/lib/bricolage/version.rb b/lib/bricolage/version.rb index cec702a..8877df8 100644 --- a/lib/bricolage/version.rb +++ b/lib/bricolage/version.rb @@ -1,4 +1,4 @@ module Bricolage APPLICATION_NAME = 'Bricolage' - VERSION = '5.24.0' + VERSION = '5.24.1' end