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