Skip to content

Commit

Permalink
Release version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Oct 29, 2013
1 parent a4f36e1 commit 09fcbbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
4.0.0.dev
=========
4.0.0 (2013-10-29)
==================

* Fix a locking race condition in job reservation (Jonathan Tron, Mark Rushakoff) [#2](https://github.com/TalentBox/delayed_job_sequel/pull/2)
* Update Sequel dependency to allow versions from `3.38` to `4.x`
Expand Down
2 changes: 1 addition & 1 deletion delayed_job_sequel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "talentbox-delayed_job_sequel"
s.version = "4.0.0.dev"
s.version = "4.0.0"
s.authors = ["Jonathan Tron"]
s.summary = "Sequel backend for DelayedJob"
s.description = "Sequel backend for DelayedJob, originally authored by Tobias Luetke"
Expand Down

0 comments on commit 09fcbbb

Please sign in to comment.