From 4f119e9b3fd8bf68475214f8f6e2876fc161b32b Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Tue, 22 Jan 2019 14:11:17 -0700 Subject: [PATCH] Bump version to v1.8.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 b65c969..e97bb38 100644 --- a/lib/strip_attributes/version.rb +++ b/lib/strip_attributes/version.rb @@ -1,3 +1,3 @@ module StripAttributes - VERSION = "1.8.0" + VERSION = "1.8.1" end