From 08053e81f6ce1610feb4523bae1b4120cb655dc5 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Sun, 24 Feb 2019 12:36:55 -0700 Subject: [PATCH] Bump version to v1.9.0 --- 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 e97bb38..6875c9d 100644 --- a/lib/strip_attributes/version.rb +++ b/lib/strip_attributes/version.rb @@ -1,3 +1,3 @@ module StripAttributes - VERSION = "1.8.1" + VERSION = "1.9.0" end