diff --git a/Gemfile.lock b/Gemfile.lock index c3423fccb..b6773e3da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - packwerk (2.2.2) + packwerk (2.3.0) activesupport (>= 5.2) ast better_html diff --git a/lib/packwerk/version.rb b/lib/packwerk/version.rb index bc6577c15..7c5286420 100644 --- a/lib/packwerk/version.rb +++ b/lib/packwerk/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Packwerk - VERSION = "2.2.2" + VERSION = "2.3.0" end