summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-30 12:42:20 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-30 12:42:20 +0000
commit78c79a3cef728e56c5ff11e0a75bfdc3cbda0de5 (patch)
tree84d9c6bd53ed336528d26878bb8c9c2a781054ce /knife/lib/chef/knife
parent0ae0cc0a9e0cd5c5b60084ec3ce9f85ed4c0269e (diff)
downloadchef-78c79a3cef728e56c5ff11e0a75bfdc3cbda0de5.tar.gz
Bump version to 18.2.3 by Chef Expeditorv18.2.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/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 1d1b4a92e0..fb587f20a7 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.2".freeze
+ VERSION = "18.2.3".freeze
end
end