diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-26 02:25:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-26 02:25:41 +0000 |
commit | a7b4b74cd3bc9e1ddde75330e27cd2fb4d2f78de (patch) | |
tree | 165a9ce17379049cab15dbbf38a9c6b046e9e207 /knife/lib | |
parent | 8890169866fbc25cd37d4cc817b478e0a90b36c9 (diff) | |
download | chef-a7b4b74cd3bc9e1ddde75330e27cd2fb4d2f78de.tar.gz |
Bump version to 18.0.57 by Chef Expeditorv18.0.57
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 216f3456a7..d49e6bced4 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.56".freeze + VERSION = "18.0.57".freeze end end |