Skip to content

Commit 1689f9d

Browse files
authored
Merge pull request #234 from collectiveidea/release-4-1-9
Prepare 4.1.9 release
2 parents 9384375 + bfbc2ca commit 1689f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**If you're viewing this at https://github.com/collectiveidea/delayed_job_active_record,
22
you're reading the documentation for the master branch.
33
[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+
(4.1.9).](https://github.com/collectiveidea/delayed_job_active_record/tree/v4.1.9)**
55

66
# DelayedJob ActiveRecord Backend
77

delayed_job_active_record.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "delayed_job_active_record"
5-
spec.version = "4.1.9.rc1"
5+
spec.version = "4.1.9"
66
spec.summary = "ActiveRecord backend for DelayedJob"
77
spec.description = "ActiveRecord backend for Delayed::Job, originally authored by Tobias Lütke"
88

0 commit comments

Comments
 (0)