From b8f2e6267bbce49d9ddea83e4167da0d7c32c2dc Mon Sep 17 00:00:00 2001 From: Gannon McGibbon Date: Tue, 21 Feb 2023 15:58:13 -0600 Subject: [PATCH] Prepare for 2.3.0 release --- Gemfile.lock | 2 +- lib/packwerk/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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