summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-18 19:43:35 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-18 19:43:35 +0000
commit8d897072e40ed93ead7106683741ce2d5b06c2a1 (patch)
tree99e0810c1ddf15d41b74d4eae1579b08f524352a /chef-bin/lib/chef-bin/version.rb
parent2bb75d75ab55c0f38debe5e2a54df5caa64f015a (diff)
downloadchef-8d897072e40ed93ead7106683741ce2d5b06c2a1.tar.gz
Bump version to 18.0.165 by Chef Expeditorv18.0.165jfm/chef17_resolver_conf2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 487f4462cf..df2205f247 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.164".freeze
+ VERSION = "18.0.165".freeze
end
#