From f8929eff3513834c2c83c2a421e68df6e3bda63a Mon Sep 17 00:00:00 2001 From: Rada Bogdan Date: Sun, 1 Mar 2020 02:24:24 +0200 Subject: [PATCH] fix tests --- lib/washout_builder/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/washout_builder/version.rb b/lib/washout_builder/version.rb index 79a13b4..6e9d4d2 100644 --- a/lib/washout_builder/version.rb +++ b/lib/washout_builder/version.rb @@ -12,7 +12,7 @@ module VERSION # the minor version of the gem MINOR = 0 # the tiny version of the gem - TINY = 1 + TINY = 2 # if the version should be a prerelease PRE = nil