Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Oct 23, 2024
1 parent 2b10345 commit 2dbf5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rubocop/sequel/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module Sequel
# This module holds the RuboCop Sequel version information.
module Version
STRING = '0.3.4'
STRING = '0.3.5'
end
end
end
2 changes: 1 addition & 1 deletion rubocop-sequel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
gem.name = 'rubocop-sequel'
gem.require_paths = ['lib']
gem.version = '0.3.4'
gem.version = '0.3.5'
gem.metadata['rubygems_mfa_required'] = 'true'

gem.required_ruby_version = '>= 2.5'
Expand Down

0 comments on commit 2dbf5d1

Please sign in to comment.