summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-25 12:35:06 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-25 12:35:06 +0000
commitd3d32598e8e568e1a7296445c149adf1edb4d726 (patch)
tree9c7cad7b9e50ff31f3ee7b0e30401961a1d9f6bc /knife/lib/chef/knife/version.rb
parent1f88f6205034201367399f699e34b0d5e8fbbbf9 (diff)
downloadchef-d3d32598e8e568e1a7296445c149adf1edb4d726.tar.gz
Bump version to 18.2.16 by Chef Expeditorv18.2.16
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/knife/version.rb')
-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 c9eecd6339..58ba58e587 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.2.15".freeze
+ VERSION = "18.2.16".freeze
end
end