diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-17 21:48:13 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-17 21:48:13 +0000 |
commit | 09bb9566465a177d3f1015937066956535454b88 (patch) | |
tree | b6d7b6aa0a0ce5573d59e039ddb4d918b6126d90 /knife/lib | |
parent | 5ecbe808034cc2f51b1e22c67e85053978f0d640 (diff) | |
download | chef-09bb9566465a177d3f1015937066956535454b88.tar.gz |
Bump version to 17.3.3 by Chef Expeditorv17.3.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib')
-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 64d92a6cd1..407732ed1e 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.3.2".freeze + VERSION = "17.3.3".freeze end end |