summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-28 01:41:22 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-28 01:41:22 +0000
commite31eff35b1f27eb8af97b8006aeecfea2163eac2 (patch)
treed4676380a3e5379aca8117c679e9ec2c2f444156 /chef-bin
parentb24071edf9f440daefa1f3dc9ef6b6c484294c02 (diff)
downloadchef-e31eff35b1f27eb8af97b8006aeecfea2163eac2.tar.gz
Bump version to 17.9.39 by Chef Expeditorv17.9.39
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 3b53973a5a..74a05dcbd6 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 = "17.9.38".freeze
+ VERSION = "17.9.39".freeze
end
#