From 196217aa94bc5713d4458871785269823c27dbe9 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Sun, 16 Feb 2020 08:29:41 -0700 Subject: [PATCH] Bump version to v1.9.2 --- 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 0e5102e..03a2ad7 100644 --- a/lib/strip_attributes/version.rb +++ b/lib/strip_attributes/version.rb @@ -1,3 +1,3 @@ module StripAttributes - VERSION = "1.9.1" + VERSION = "1.9.2" end