summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 428f06ecdb..e4722af009 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.0.163")
+ VERSION = Chef::VersionString.new("18.0.164")
end
#