lib/cookstyle/version.rb in cookstyle-7.10.1 vs lib/cookstyle/version.rb in cookstyle-7.11.1
- old
+ new
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cookstyle
- VERSION = "7.10.1" # rubocop: disable Style/StringLiterals
- RUBOCOP_VERSION = '1.12.1'
+ VERSION = "7.11.1" # rubocop: disable Style/StringLiterals
+ RUBOCOP_VERSION = '1.14.0'
end