From 000c62786c703f7b73b12d8d940a7f19f3ba436c Mon Sep 17 00:00:00 2001 From: Rada Bogdan Raul Date: Thu, 29 Sep 2016 14:35:47 +0300 Subject: [PATCH] minor update of router to use global scope and namespace of controller --- 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 6e31f8c..1733a44 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 = 6 # the tiny version of the gem - TINY = 1 + TINY = 2 # if the version should be a prerelease PRE = nil