Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Levin authored and levinmr committed Oct 15, 2021
1 parent 6b8c102 commit c05ee9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rspec/snapshot/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RSpec
module Snapshot
VERSION = '2.0.0'
VERSION = '2.0.1'
end
end
4 changes: 2 additions & 2 deletions spec/rspec/snapshot/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'spec_helper'

describe RSpec::Snapshot::VERSION do
it 'is set to 2.0.0' do
expect(subject).to eq('2.0.0')
it 'is set to 2.0.1' do
expect(subject).to eq('2.0.1')
end
end

0 comments on commit c05ee9a

Please sign in to comment.