diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-16 18:46:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-16 18:46:06 +0000 |
commit | 789c1778d09d22f55c822878b9335411b212c21c (patch) | |
tree | 6655bc42d48d0ac8c47de09ff64a6db9ddcc1546 /lib/chef/version.rb | |
parent | 8dfb07fa54531a5bd8c5d96ec981e7ac66ed14b7 (diff) | |
download | chef-789c1778d09d22f55c822878b9335411b212c21c.tar.gz |
Bump version to 17.0.154 by Chef Expeditorv17.0.154
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.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 8a3afb1601..5abe85d97e 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.153") + VERSION = Chef::VersionString.new("17.0.154") end # |