From dcf0e1e871fa9c1c51545a4e35d2017a0b4c22d5 Mon Sep 17 00:00:00 2001 From: Brett Fishman Date: Thu, 11 Feb 2021 15:22:09 -0800 Subject: [PATCH] Bump version to 4.0.2 --- 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 afa6494..7286c0a 100644 --- a/lib/stitches/version.rb +++ b/lib/stitches/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stitches - VERSION = '4.0.1' + VERSION = '4.0.2' end