summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-25 03:29:31 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-25 03:29:31 +0000
commitba0c5fcd7a1735b4ae170816dc48b05d791b9733 (patch)
tree44d111d293535241c29381e7236be54c1d4ce5f3 /chef-bin
parenta663df7cfe59fed39fda207dacb8695fe86d5b8a (diff)
downloadchef-ba0c5fcd7a1735b4ae170816dc48b05d791b9733.tar.gz
Bump version to 16.3.38 by Chef Expeditorv16.3.38
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 299b716827..b8c8f57cd5 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.37".freeze
+ VERSION = "16.3.38".freeze
end
#