diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-29 02:18:17 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-29 02:18:17 +0000 |
commit | d1e19ab5ab2600dfdfea0e875b681e892983b24d (patch) | |
tree | 4a1f0ad7948771076f59ff0004fd920645e5e899 /chef-bin/lib | |
parent | 6ae0bb91d31cb55815d64e6221720799457d208c (diff) | |
download | chef-d1e19ab5ab2600dfdfea0e875b681e892983b24d.tar.gz |
Bump version to 16.2.68 by Chef Expeditorv16.2.68
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 c17e5d5f50..57fe0f5790 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.67".freeze + VERSION = "16.2.68".freeze end # |