Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgomide committed Mar 5, 2021
1 parent 3ef5fa1 commit aa8b56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rails_cloud_tasks/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsCloudTasks
VERSION = '0.0.2'.freeze
VERSION = '0.0.3'.freeze
end
2 changes: 1 addition & 1 deletion spec/rails_cloud_tasks/version_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
describe RailsCloudTasks::VERSION do
it { is_expected.to eq '0.0.2' }
it { is_expected.to eq '0.0.3' }
end

0 comments on commit aa8b56b

Please sign in to comment.