From 4317168355dfc3cbd009da4944a2fc8124bc46e1 Mon Sep 17 00:00:00 2001 From: kjgarza Date: Thu, 30 Apr 2020 11:42:03 +0200 Subject: [PATCH] v1.5.19 --- Gemfile.lock | 2 +- lib/bolognese/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e4a705dd..02ad300e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bolognese (1.5.18) + bolognese (1.5.19) activesupport (>= 4.2.5) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) diff --git a/lib/bolognese/version.rb b/lib/bolognese/version.rb index d0c5544c..f1ecd95e 100644 --- a/lib/bolognese/version.rb +++ b/lib/bolognese/version.rb @@ -1,3 +1,3 @@ module Bolognese - VERSION = "1.5.18" + VERSION = "1.5.19" end