summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-18 00:22:13 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-18 00:22:13 +0000
commite1d61c3b8fb24d7ae638003d3ff3b367b18151e3 (patch)
tree1479475aaa0af86ad41a63da7cad90c5b0ad4507 /lib
parentfb60fd45b2c217f129db37b035e671e41143967c (diff)
downloadchef-e1d61c3b8fb24d7ae638003d3ff3b367b18151e3.tar.gz
Bump version to 17.0.157 by Chef Expeditorv17.0.157
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 3f74147b75..acdb7e8ebb 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.156")
+ VERSION = Chef::VersionString.new("17.0.157")
end
#