From 55163db34b7a0f999561eb4de854859db7e07dcf Mon Sep 17 00:00:00 2001 From: Yi Wen Date: Tue, 17 Nov 2020 15:13:06 -0800 Subject: [PATCH] Bump patch level To include https://github.com/sass/sassc-ruby/pull/192 into the release --- lib/sassc/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sassc/version.rb b/lib/sassc/version.rb index a5a8a205..34b74545 100644 --- a/lib/sassc/version.rb +++ b/lib/sassc/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SassC - VERSION = "2.4.0" + VERSION = "2.4.1" end