summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-19 17:40:19 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-19 17:40:19 +0000
commitcff97d80bee0d1269eed28f4c128f56e69da4aad (patch)
tree5ce91ccbd5b0362bf6009085596b7b3b1a8e13cf /lib
parent50aeab0943d3131370ea6452954d0ae863818832 (diff)
downloadchef-cff97d80bee0d1269eed28f4c128f56e69da4aad.tar.gz
Bump version to 17.0.161 by Chef Expeditorv17.0.161
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 e0c2f3ec95..971035406d 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.160")
+ VERSION = Chef::VersionString.new("17.0.161")
end
#