diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-19 16:44:42 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-19 16:44:42 +0000 |
commit | 121e5005cd3e42a2997146cf46348914cee38062 (patch) | |
tree | 1b0ce73c96285d801062aaaf633634ebb800ba51 /knife | |
parent | 300c046a4a0d46f0a27863bc5c01523297402e08 (diff) | |
download | chef-121e5005cd3e42a2997146cf46348914cee38062.tar.gz |
Bump version to 18.0.11 by Chef Expeditorv18.0.11
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-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 b8f358f571..415e009fa4 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 = "18.0.10".freeze + VERSION = "18.0.11".freeze end end |