From 0b36986948930acf71cc64f8cc72c255fd7db9a5 Mon Sep 17 00:00:00 2001 From: codycooperross <50597551+codycooperross@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:02:40 -0500 Subject: [PATCH] Update version number --- Gemfile.lock | 4 ++-- lib/bolognese/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d602b70d..0a354d35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bolognese (2.0.3) + bolognese (2.1.0) activesupport (>= 4.2.5) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) @@ -235,4 +235,4 @@ DEPENDENCIES webmock (~> 3.0, >= 3.0.1) BUNDLED WITH - 2.4.20 + 2.4.22 diff --git a/lib/bolognese/version.rb b/lib/bolognese/version.rb index b71cf515..0c7adff5 100644 --- a/lib/bolognese/version.rb +++ b/lib/bolognese/version.rb @@ -1,3 +1,3 @@ module Bolognese - VERSION = "2.0.3" + VERSION = "2.1.0" end