diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-14 22:29:50 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-14 22:29:51 +0000 |
commit | 20df18af02e920c706cf1b06381813ed6cafc21c (patch) | |
tree | baf286740b0caa7272b1fc517ba5b0b6767e0719 /chef-bin | |
parent | 2892a24aa5d4c5af6db820c2d92fc1e1a9f33ce8 (diff) | |
download | chef-20df18af02e920c706cf1b06381813ed6cafc21c.tar.gz |
Bump version to 16.2.30 by Chef Expeditorv16.2.30
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 721e107671..55aea21611 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.2.29".freeze + VERSION = "16.2.30".freeze end # |