Skip to content

Commit

Permalink
release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thadeu committed Feb 24, 2023
1 parent 8ff51ed commit 643916d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/recollect/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Recollect
VERSION = '0.0.3'
VERSION = '0.0.4'
end
2 changes: 1 addition & 1 deletion spec/lib/recollect/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

RSpec.describe Recollect do
it 'must have a version number' do
expect(described_class::VERSION).to eq('0.0.3')
expect(described_class::VERSION).to eq('0.0.4')
end
end

0 comments on commit 643916d

Please sign in to comment.