From ead4122a749f76eb2358b873f9aa0214702bc31a Mon Sep 17 00:00:00 2001 From: Ignatius Reza Date: Tue, 21 May 2019 09:38:03 +0900 Subject: [PATCH] rerelease v0.1.2 as v0.1.3 made a mistake when building v0.1.2 against the wrong commit --- lib/activejob/trackable/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/activejob/trackable/version.rb b/lib/activejob/trackable/version.rb index 722bafe..6138125 100644 --- a/lib/activejob/trackable/version.rb +++ b/lib/activejob/trackable/version.rb @@ -2,6 +2,6 @@ module ActiveJob module Trackable - VERSION = '0.1.2' + VERSION = '0.1.3' end end