From 094ca082a3e28e0d6ec3e0e57c2b651d1a8ce574 Mon Sep 17 00:00:00 2001 From: Greggory Rothmeier Date: Wed, 7 Aug 2019 13:28:12 -0700 Subject: [PATCH] Bump minor version --- 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 d437b0a..dfca89e 100644 --- a/lib/stitches/version.rb +++ b/lib/stitches/version.rb @@ -1,3 +1,3 @@ module Stitches - VERSION = '3.7.3' + VERSION = '3.8.0' end