We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9384375 + bfbc2ca commit 1689f9dCopy full SHA for 1689f9d
README.md
@@ -1,7 +1,7 @@
1
**If you're viewing this at https://github.com/collectiveidea/delayed_job_active_record,
2
you're reading the documentation for the master branch.
3
[View documentation for the latest release
4
-(4.1.9.rc1).](https://github.com/collectiveidea/delayed_job_active_record/tree/v4.1.9.rc1)**
+(4.1.9).](https://github.com/collectiveidea/delayed_job_active_record/tree/v4.1.9)**
5
6
# DelayedJob ActiveRecord Backend
7
delayed_job_active_record.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "delayed_job_active_record"
- spec.version = "4.1.9.rc1"
+ spec.version = "4.1.9"
spec.summary = "ActiveRecord backend for DelayedJob"
spec.description = "ActiveRecord backend for Delayed::Job, originally authored by Tobias Lütke"
8
0 commit comments