summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-06 12:32:23 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-06 12:32:23 +0000
commit846b1e828f574239d548a0b7a248c584d5b2b323 (patch)
tree4a4b3f7cd867c24b924c4bc3c614b84ee8d0b498 /knife/lib/chef/knife/version.rb
parent03d0c461f79c985f5ec04c382726bd5585743061 (diff)
downloadchef-846b1e828f574239d548a0b7a248c584d5b2b323.tar.gz
Bump version to 18.2.9 by Chef Expeditorv18.2.9
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 24d775a264..18a9a28dae 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.8".freeze
+ VERSION = "18.2.9".freeze
end
end