WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2dbf5d1

Browse files
committed
Bump version
1 parent 2b10345 commit 2dbf5d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rubocop/sequel/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module Sequel
55
# This module holds the RuboCop Sequel version information.
66
module Version
7-
STRING = '0.3.4'
7+
STRING = '0.3.5'
88
end
99
end
1010
end

rubocop-sequel.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
1212
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
1313
gem.name = 'rubocop-sequel'
1414
gem.require_paths = ['lib']
15-
gem.version = '0.3.4'
15+
gem.version = '0.3.5'
1616
gem.metadata['rubygems_mfa_required'] = 'true'
1717

1818
gem.required_ruby_version = '>= 2.5'

0 commit comments

Comments
 (0)