summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-10 15:33:56 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-10 15:33:56 +0000
commit1be18b7b48e9aa2829583ca56dc4a99a07bb5ac1 (patch)
treed1de8f02d4d8693269cd4469b5c21a01e7959fd7 /chef-bin
parent2a742355308808b5ae561b813b4ad6453e30ab37 (diff)
downloadchef-1be18b7b48e9aa2829583ca56dc4a99a07bb5ac1.tar.gz
Bump version to 18.0.0 by Chef Expeditorv18.0.0
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 f06c45e2ad..8bf47d255f 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.32".freeze
+ VERSION = "18.0.0".freeze
end
#