summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-26 02:25:41 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-26 02:25:41 +0000
commita7b4b74cd3bc9e1ddde75330e27cd2fb4d2f78de (patch)
tree165a9ce17379049cab15dbbf38a9c6b046e9e207 /knife/lib
parent8890169866fbc25cd37d4cc817b478e0a90b36c9 (diff)
downloadchef-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.rb2
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