diff --git a/Gemfile.lock b/Gemfile.lock index 8145473..4a1ce2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - strict (1.0.0) + strict (1.1.0) zeitwerk (~> 2.6) GEM @@ -45,7 +45,7 @@ GEM rubocop (~> 1.0) ruby-progressbar (1.11.0) unicode-display_width (2.3.0) - zeitwerk (2.6.0) + zeitwerk (2.6.1) PLATFORMS arm64-darwin-21 diff --git a/lib/strict/version.rb b/lib/strict/version.rb index 4f04901..b80671f 100644 --- a/lib/strict/version.rb +++ b/lib/strict/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Strict - VERSION = "1.0.0" + VERSION = "1.1.0" end