From 8cc9b1437649f2a6f974cd2f0e17dbdc2620a37e Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Tue, 10 Feb 2015 17:39:24 -0700 Subject: [PATCH] Bumped version to 1.7.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 6dd134d..3bde1fa 100644 --- a/lib/strip_attributes/version.rb +++ b/lib/strip_attributes/version.rb @@ -1,3 +1,3 @@ module StripAttributes - VERSION = "1.6.0" + VERSION = "1.7.0" end