From abef73cea9129f21df1f91d83635218731031406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 2 May 2024 20:27:46 +0000 Subject: [PATCH] Prepare for 2.7.1 --- Gemfile.lock | 2 +- lib/packwerk/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8e30c8968..566059012 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - packwerk (3.2.0) + packwerk (3.2.1) activesupport (>= 6.0) ast better_html diff --git a/lib/packwerk/version.rb b/lib/packwerk/version.rb index 7ff393d53..8998bbcb4 100644 --- a/lib/packwerk/version.rb +++ b/lib/packwerk/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Packwerk - VERSION = "3.2.0" + VERSION = "3.2.1" end