From 2e5b04c6eb41df9f8c4e144cc370261f8863d340 Mon Sep 17 00:00:00 2001 From: Carmen Cojocariu Date: Thu, 16 Jan 2020 15:21:41 -0800 Subject: [PATCH] bumping version to 3.8.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 ac220d5..d195d94 100644 --- a/lib/stitches/version.rb +++ b/lib/stitches/version.rb @@ -1,3 +1,3 @@ module Stitches - VERSION = '3.8.1' + VERSION = "3.8.2" end