summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-23 01:30:23 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-23 01:30:23 +0000
commitb425d2bc6b96797c47a846aab9cb8379af8963c7 (patch)
tree38d0ed7accab19870140b50cbb275721e743833b /lib/chef/version.rb
parentadf6e76d9b51f07c0c13e9b6799554a7630f51fc (diff)
downloadchef-b425d2bc6b96797c47a846aab9cb8379af8963c7.tar.gz
Bump version to 17.0.163 by Chef Expeditorv17.0.163
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 7415f8bc0a..6e8f14b08f 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("17.0.162")
+ VERSION = Chef::VersionString.new("17.0.163")
end
#