From 88a70b9ac5bdb7ef11a116ecd06fb5a0cd16919d Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Thu, 2 Jun 2016 13:07:03 -0600 Subject: [PATCH] Bumped version to 1.8.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 5591890..b65c969 100644 --- a/lib/strip_attributes/version.rb +++ b/lib/strip_attributes/version.rb @@ -1,3 +1,3 @@ module StripAttributes - VERSION = "1.7.1" + VERSION = "1.8.0" end