From c8e809638fd5342a74c0a3f09d2f45fd25a85fa1 Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Tue, 25 Apr 2017 15:35:17 +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 3c83cac..f9dc7f5 100644 --- a/lib/resque_web/version.rb +++ b/lib/resque_web/version.rb @@ -1,3 +1,3 @@ module ResqueWeb - VERSION = "0.0.10" + VERSION = "0.0.11" end