Skip to content

Commit

Permalink
Bump version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Apr 2, 2024
1 parent 366fee0 commit 8ecbe55
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.2'
VERSION = '2.0.3'
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.2' do
expect(subject).to eq('2.0.2')
it 'is set to 2.0.3' do
expect(subject).to eq('2.0.3')
end
end

0 comments on commit 8ecbe55

Please sign in to comment.