From 908fde79f5638bfc696eb2d63211ec3d150dea2c Mon Sep 17 00:00:00 2001 From: "Jonathan R. Wallace" Date: Sun, 9 Feb 2014 21:15:54 -0500 Subject: [PATCH] Bumps version Adds license to the gemspec so things like https://github.com/pivotal/LicenseFinder will work. --- lib/resque-lonely_job/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resque-lonely_job/version.rb b/lib/resque-lonely_job/version.rb index 5058fa1..55fe4c4 100644 --- a/lib/resque-lonely_job/version.rb +++ b/lib/resque-lonely_job/version.rb @@ -1,7 +1,7 @@ module Resque module Plugins module LonelyJob - VERSION = "1.0.1" + VERSION = "1.0.2" end end end