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