lib/rubocop/performance/version.rb in rubocop-performance-1.13.0 vs lib/rubocop/performance/version.rb in rubocop-performance-1.13.1
- old
+ new
@@ -2,10 +2,10 @@
module RuboCop
module Performance
# This module holds the RuboCop Performance version information.
module Version
- STRING = '1.13.0'
+ STRING = '1.13.1'
def self.document_version
STRING.match('\d+\.\d+').to_s
end
end