summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-14 19:42:32 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-14 19:42:34 +0000
commit86320e00745c9f0203bef71f12cc807a92323938 (patch)
tree858247f23578e548d91899bf28c7bbc3c05af559 /knife
parent675350f6d876d0ab5aac31470edb4c7fbe8dc8db (diff)
downloadchef-86320e00745c9f0203bef71f12cc807a92323938.tar.gz
Bump version to 18.0.117 by Chef Expeditorv18.0.117
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-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 d06bde5a5e..68c345a9c0 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.116".freeze
+ VERSION = "18.0.117".freeze
end
end