diff --git a/Gemfile.lock b/Gemfile.lock index e9798bc62..d98199896 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - packwerk (3.2.1) + packwerk (3.2.2) activesupport (>= 6.0) ast better_html diff --git a/lib/packwerk/version.rb b/lib/packwerk/version.rb index 8998bbcb4..d8976f557 100644 --- a/lib/packwerk/version.rb +++ b/lib/packwerk/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Packwerk - VERSION = "3.2.1" + VERSION = "3.2.2" end