lib/cookstyle/version.rb in cookstyle-7.25.9 vs lib/cookstyle/version.rb in cookstyle-7.25.10

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module Cookstyle - VERSION = "7.25.9" # rubocop: disable Style/StringLiterals - RUBOCOP_VERSION = '1.22.3' + VERSION = "7.25.10" # rubocop: disable Style/StringLiterals + RUBOCOP_VERSION = '1.23.0' end