lib/cookstyle/version.rb in cookstyle-7.12.6 vs lib/cookstyle/version.rb in cookstyle-7.13.0
- old
+ new
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cookstyle
- VERSION = "7.12.6" # rubocop: disable Style/StringLiterals
- RUBOCOP_VERSION = '1.14.0'
+ VERSION = "7.13.0" # rubocop: disable Style/StringLiterals
+ RUBOCOP_VERSION = '1.15.0'
end