summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-14 17:50:09 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-14 17:50:09 +0000
commit9485a70c836a3a93a7d3c5e71fac59f7239aaea9 (patch)
tree061efb1b726ad7a92f55ae631441c45822eaa981 /chef-bin
parent27fc87139efb0600d29274ef932888e082cdf362 (diff)
downloadchef-9485a70c836a3a93a7d3c5e71fac59f7239aaea9.tar.gz
Bump version to 18.1.17 by Chef Expeditorv18.1.17
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 6726c7f0b4..be1f576617 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 = "18.1.16".freeze
+ VERSION = "18.1.17".freeze
end
#