summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-15 03:29:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-15 03:29:59 +0000
commited1e4a3549e7adc0999c946dab7112f3518a53fe (patch)
tree124326aad42164f0a0ca58ee64f901f77fbe9fe7 /chef-bin
parenta8d2ab9d7b24021fd6affb553d9117c31c43cf1c (diff)
downloadchef-ed1e4a3549e7adc0999c946dab7112f3518a53fe.tar.gz
Bump version to 16.3.8 by Chef Expeditorv16.3.8
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.rb2
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 5b83ee0de8..0cce7ef19d 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("..", __dir__)
- VERSION = "16.3.7".freeze
+ VERSION = "16.3.8".freeze
end
#