Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgomide committed Apr 7, 2021
1 parent 588e7d1 commit db4b146
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.8'.freeze
VERSION = '0.0.9'.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.8' }
it { is_expected.to eq '0.0.9' }
end

0 comments on commit db4b146

Please sign in to comment.