summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-21 09:42:08 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-21 09:42:08 +0000
commita018e26a3edd999de4b30a61dcc80bc96b920bdd (patch)
treef007be248c4cc72aea3d81ac7b1407cbe241814f /knife/lib/chef/knife/version.rb
parentf588d20a24b1d4031a0e06b812ea421141cba946 (diff)
downloadchef-a018e26a3edd999de4b30a61dcc80bc96b920bdd.tar.gz
Bump version to 18.1.22 by Chef Expeditorv18.1.22
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 8a976fb243..35888d156a 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.1.21".freeze
+ VERSION = "18.1.22".freeze
end
end