From 4ad9e770338d29589b2713c09d5005be981a3559 Mon Sep 17 00:00:00 2001 From: Micah Hainline Date: Mon, 20 Sep 2021 09:59:11 -0500 Subject: [PATCH] Bump version to 4.2.1 --- lib/stitches/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stitches/version.rb b/lib/stitches/version.rb index a4067d5..9b8c26b 100644 --- a/lib/stitches/version.rb +++ b/lib/stitches/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stitches - VERSION = '4.2.0' + VERSION = '4.2.1' end