From bff74b93c7b0635cb3858315d63ee2296bb626ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arist=C3=B3teles=20Coutinho?= Date: Fri, 24 Nov 2023 17:36:05 -0300 Subject: [PATCH] Bump Version --- Gemfile.lock | 2 +- lib/lennarb/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5b9579d..7aa2277 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lennarb (0.1.2) + lennarb (0.1.3) colorize (~> 1.1) puma (~> 6.4) rack (~> 3.0, >= 3.0.8) diff --git a/lib/lennarb/version.rb b/lib/lennarb/version.rb index b25d81d..00fc004 100644 --- a/lib/lennarb/version.rb +++ b/lib/lennarb/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Lennarb - VERSION = '0.1.2' + VERSION = '0.1.3' public_constant :VERSION end