diff options
author | Lamont Granquist <454857+lamont-granquist@users.noreply.github.com> | 2021-11-30 12:32:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 12:32:37 -0800 |
commit | 93c80210750fa8ef383ef1395431e420e39302c7 (patch) | |
tree | 264f33c8641b43298fdc3971cd855927b017a52e /chef-config | |
parent | 8b0cb6f585c9159cd2c5b2b9a78b27ca0039246f (diff) | |
parent | 8b267e2117bc8c4bad9667274a2665210a25adcd (diff) | |
download | chef-use-powershell-exec-for-windows-feature-powershell.tar.gz |
Merge branch 'main' into use-powershell-exec-for-windows-feature-powershelluse-powershell-exec-for-windows-feature-powershell
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index d517f5666f..8c631f8e07 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("..", __dir__) - VERSION = "17.8.7".freeze + VERSION = "17.8.20".freeze end |