From 0b40ebf3a8d21812fe809e3e743b1f859e6ffe51 Mon Sep 17 00:00:00 2001 From: Tobias Svensson Date: Mon, 4 Feb 2013 14:00:36 +0000 Subject: [PATCH] Bump to v0.1.4. --- lib/sidetiq/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sidetiq/version.rb b/lib/sidetiq/version.rb index a3c6f14..c1cf13d 100644 --- a/lib/sidetiq/version.rb +++ b/lib/sidetiq/version.rb @@ -8,7 +8,7 @@ module Sidetiq MINOR = 1 # Public: Sidetiq patch level. - PATCH = 3 + PATCH = 4 # Public: String representation of the current Sidetiq version. STRING = [MAJOR, MINOR, PATCH].compact.join('.')