From 196053432a5b124e140cebc17bb23cbb851990ee Mon Sep 17 00:00:00 2001 From: Pascal Zumkehr Date: Thu, 25 Jun 2020 10:58:04 +0200 Subject: [PATCH] Bump version to 0.7.3 --- README.md | 2 +- lib/delayed_cron_job/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be762e7..36cf11e 100644 --- a/README.md +++ b/README.md @@ -178,5 +178,5 @@ jobs. ## License Delayed::Cron::Job is released under the terms of the MIT License. -Copyright 2014-2019 Pascal Zumkehr. See [LICENSE](LICENSE) for further +Copyright 2014-2020 Pascal Zumkehr. See [LICENSE](LICENSE) for further information. diff --git a/lib/delayed_cron_job/version.rb b/lib/delayed_cron_job/version.rb index 8263bc3..cbf20ce 100644 --- a/lib/delayed_cron_job/version.rb +++ b/lib/delayed_cron_job/version.rb @@ -1,3 +1,3 @@ module DelayedCronJob - VERSION = '0.7.2' + VERSION = '0.7.3' end