summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-18 19:41:10 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-18 19:41:12 +0000
commit2bb75d75ab55c0f38debe5e2a54df5caa64f015a (patch)
tree9c2982c605ae13043c63d03f6c9850cae8fb5572 /chef-bin
parentc99c4270f9f2a046c6e129b855f46175b3b9118f (diff)
downloadchef-2bb75d75ab55c0f38debe5e2a54df5caa64f015a.tar.gz
Bump version to 18.0.164 by Chef Expeditorv18.0.164
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 13b1c874a9..487f4462cf 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.0.163".freeze
+ VERSION = "18.0.164".freeze
end
#