summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-24 00:19:35 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-24 00:19:35 +0000
commitb53765e22f17cd7dca9bab28b3e93c9288f0ab61 (patch)
tree2e2b0448d65b96ba26a9d506790806194e339cf1 /chef-bin/lib
parentcfb1cf0ca55549131704ea7784eb4aab63e9f7cd (diff)
downloadchef-b53765e22f17cd7dca9bab28b3e93c9288f0ab61.tar.gz
Bump version to 17.0.165 by Chef Expeditorv17.0.165
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 f2e2494b94..bcc2a7dbe7 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.164".freeze
+ VERSION = "17.0.165".freeze
end
#