diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-02 16:53:51 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-02 16:53:51 +0000 |
commit | 8c039bd6a40f27ec4c838b6f75419ced5bf95191 (patch) | |
tree | 9382f67bcc2e9992ad400076dd12ad223cdde82d /lib | |
parent | 01a2689a260a30d8a9cf184a7e9296dbca65e3f5 (diff) | |
download | chef-8c039bd6a40f27ec4c838b6f75419ced5bf95191.tar.gz |
Bump version to 17.0.181 by Chef Expeditorv17.0.181
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 64353a9588..4ecf7e0495 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.180") + VERSION = Chef::VersionString.new("17.0.181") end # |