summaryrefslogtreecommitdiff
path: root/chef-bin/lib
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 /chef-bin/lib
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 'chef-bin/lib')
-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 301f0b2afb..28424c4434 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.0.162".freeze
+ VERSION = "17.0.163".freeze
end
#