Skip to content

Commit

Permalink
Rolls up verions for 2.0.0.beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Ostler committed Aug 19, 2014
1 parent f01a68d commit 8225bb9
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,6 +1,6 @@
# encoding: utf-8
module RSpec
module Sidekiq
VERSION = '1.1.0'
VERSION = '2.0.0.beta'
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 @@ -2,5 +2,5 @@
require 'spec_helper'

describe RSpec::Sidekiq::VERSION do
expect_it { to eq('1.1.0') }
expect_it { to eq('2.0.0.beta') }
end

0 comments on commit 8225bb9

Please sign in to comment.