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