summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-14 19:44:04 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-14 19:44:04 +0000
commit09403f49de67b31fb1d6a8fbd4767dd0b22b9dee (patch)
tree4211a043b34072040ebc0e711f9e2870ae11d2df /knife/lib/chef/knife/version.rb
parent0bfee95da8dd2d8a48a932e6bdf947c3a86ec4ff (diff)
downloadchef-09403f49de67b31fb1d6a8fbd4767dd0b22b9dee.tar.gz
Bump version to 18.2.11 by Chef Expeditorv18.2.11
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 0237de0195..07a8f14124 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.10".freeze
+ VERSION = "18.2.11".freeze
end
end