summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-12 16:42:14 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-12 16:42:14 +0000
commitb599fe2162a4393d796ef092597f9179395132f3 (patch)
tree81dec00390b3ed4ae9c955ed0f49456ecf987261 /chef-bin/lib/chef-bin
parent34d438dc4a4131ad85aff7817e54c689249ef0b7 (diff)
downloadchef-b599fe2162a4393d796ef092597f9179395132f3.tar.gz
Bump version to 17.10.39 by Chef Expeditorv17.10.39
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/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 e5c3eeee37..a6ccb07283 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.10.38".freeze
+ VERSION = "17.10.39".freeze
end
#