Skip to content

Commit

Permalink
chore(gem): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Jul 17, 2023
1 parent 0d9a4ea commit 9682f16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,9 @@ end

desc "Release a new gem version"
task :release do
# sh("./update_docs.sh")
sh("bundle install")
sh("bundle exec gem release --tag --push")
sh("git push")
Rake::Task["changelog"].invoke
sh("gem bump --file lib/sidekiq_unique_jobs/version.rb")
sh("git push")
end
2 changes: 1 addition & 1 deletion lib/sidekiq_unique_jobs/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
module SidekiqUniqueJobs
#
# @return [String] the current SidekiqUniqueJobs version
VERSION = "7.1.29"
VERSION = "7.1.30"
end

0 comments on commit 9682f16

Please sign in to comment.