From a985a92d0fb2457502cc0a3b50cd34fdda020b4b Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Fri, 14 Feb 2020 16:54:02 -0700 Subject: [PATCH] Bump version to v1.9.1 --- lib/strip_attributes/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/strip_attributes/version.rb b/lib/strip_attributes/version.rb index 6875c9d..0e5102e 100644 --- a/lib/strip_attributes/version.rb +++ b/lib/strip_attributes/version.rb @@ -1,3 +1,3 @@ module StripAttributes - VERSION = "1.9.0" + VERSION = "1.9.1" end