Skip to content

Commit

Permalink
Prepare for 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
philostler committed Sep 10, 2013
1 parent ec233a1 commit bbc3069
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.5.0"
VERSION = "0.5.1"
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.5.0") }
expect_it { to eq("0.5.1") }
end

0 comments on commit bbc3069

Please sign in to comment.