lib/cookstyle/version.rb in cookstyle-6.9.0 vs lib/cookstyle/version.rb in cookstyle-6.10.2

- old
+ new

@@ -1,4 +1,4 @@ module Cookstyle - VERSION = "6.9.0".freeze # rubocop: disable Style/StringLiterals + VERSION = "6.10.2".freeze # rubocop: disable Style/StringLiterals RUBOCOP_VERSION = '0.86.0'.freeze end