Skip to content

Commit

Permalink
Prepare for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
philostler committed Sep 2, 2013
1 parent ae02f2f commit dc058d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rspec/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RSpec
module Sidekiq
VERSION = "0.4.0"
VERSION = "0.5.0"
end
end
2 changes: 1 addition & 1 deletion spec/rspec/sidekiq/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
describe "Version" do
subject { RSpec::Sidekiq::VERSION }

expect_it { to eq("0.4.0") }
expect_it { to eq("0.5.0") }
end

0 comments on commit dc058d7

Please sign in to comment.