From 0549d6c88a4aed934655b7c03b6153349d6c3ad0 Mon Sep 17 00:00:00 2001 From: Chris Boulton Date: Sat, 13 Oct 2012 18:28:16 +1100 Subject: [PATCH] update version to 1.2 --- lib/Resque.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Resque.php b/lib/Resque.php index 5362b5b..a3150cb 100644 --- a/lib/Resque.php +++ b/lib/Resque.php @@ -11,7 +11,7 @@ require_once dirname(__FILE__) . '/Resque/Exception.php'; */ class Resque { - const VERSION = '1.0'; + const VERSION = '1.2'; /** * @var Resque_Redis Instance of Resque_Redis that talks to redis.