From f3ca5b3c7114e3a6812393a825224361d935c944 Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Tue, 19 Jul 2016 11:07:01 +0300 Subject: [PATCH] Bump version --- lib/resque_web/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resque_web/version.rb b/lib/resque_web/version.rb index abef129..f89b4b5 100644 --- a/lib/resque_web/version.rb +++ b/lib/resque_web/version.rb @@ -1,3 +1,3 @@ module ResqueWeb - VERSION = "0.0.8" + VERSION = "0.0.9" end