diff --git a/Gemfile.lock b/Gemfile.lock index bf93d6c..2c7ad51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shale-builder (0.2.1) + shale-builder (0.2.2) booleans (>= 0.1) shale (< 2.0) sorbet-runtime (> 0.5) diff --git a/lib/shale/builder/version.rb b/lib/shale/builder/version.rb index 66ad0a8..d342eb2 100644 --- a/lib/shale/builder/version.rb +++ b/lib/shale/builder/version.rb @@ -2,6 +2,6 @@ module Shale module Builder - VERSION = '0.2.1' + VERSION = '0.2.2' end end