From 5c5455a95f79c5016c4cd127bb3fc8a15fad666b Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Thu, 2 Apr 2020 14:58:32 -0600 Subject: [PATCH] Bump version to v1.10.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 5f64f22..22f1fc1 100644 --- a/lib/strip_attributes/version.rb +++ b/lib/strip_attributes/version.rb @@ -1,3 +1,3 @@ module StripAttributes - VERSION = "1.10.0" + VERSION = "1.10.1" end