summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-24 18:20:36 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-24 18:20:36 +0000
commit786715a03bfa2466800941d8edbbd5a558df8820 (patch)
tree55c01dbafba6a1f3fe8192340a2e03e8b00d2a6a /knife
parent20fc85d9b8a77eee79e5333dc783e95813078efb (diff)
downloadchef-786715a03bfa2466800941d8edbbd5a558df8820.tar.gz
Bump version to 18.0.123 by Chef Expeditorv18.0.123
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to '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 8a9a25f156..5ddd139339 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.0.122".freeze
+ VERSION = "18.0.123".freeze
end
end