diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index 45e94eb..6b3f460 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle VERSION = "2.0.1" - RUBOCOP_VERSION = "1.13.0" + RUBOCOP_VERSION = "1.14.0" end