lib/cookstyle/version.rb in cookstyle-7.3.11 vs lib/cookstyle/version.rb in cookstyle-7.4.0

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module Cookstyle - VERSION = "7.3.11" # rubocop: disable Style/StringLiterals - RUBOCOP_VERSION = '1.5.2' + VERSION = "7.4.0" # rubocop: disable Style/StringLiterals + RUBOCOP_VERSION = '1.6.1' end