lib/cookstyle/version.rb in cookstyle-7.5.3 vs lib/cookstyle/version.rb in cookstyle-7.6.1

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module Cookstyle - VERSION = "7.5.3" # rubocop: disable Style/StringLiterals - RUBOCOP_VERSION = '1.7.0' + VERSION = "7.6.1" # rubocop: disable Style/StringLiterals + RUBOCOP_VERSION = '1.9.0' end