diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index 590d021..f779858 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,4 +1,4 @@ module Chefstyle VERSION = "1.1.0".freeze - RUBOCOP_VERSION = "0.85.0".freeze + RUBOCOP_VERSION = "0.85.1".freeze end