lib/cookstyle/version.rb in cookstyle-6.11.4 vs lib/cookstyle/version.rb in cookstyle-6.12.6

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true module Cookstyle - VERSION = "6.11.4".freeze # rubocop: disable Style/StringLiterals - RUBOCOP_VERSION = '0.87.1'.freeze + VERSION = "6.12.6" # rubocop: disable Style/StringLiterals + RUBOCOP_VERSION = '0.88.0' end