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 /knife/lib/chef | |
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 'knife/lib/chef')
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 3fcbae4989..aeb7f3ae78 100644 --- a/knife/lib/chef/knife/version.rb +++ b/knife/lib/chef/knife/version.rb @@ -17,7 +17,7 @@ class Chef class Knife KNIFE_ROOT = File.expand_path("../..", __dir__) - VERSION = "17.0.180".freeze + VERSION = "17.0.181".freeze end end |