diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index 6ecff22..98bef3c 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle VERSION = "2.1.1" - RUBOCOP_VERSION = "1.22.2" + RUBOCOP_VERSION = "1.22.3" end