summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-24 16:46:05 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-24 16:46:05 +0000
commit79ff895c4a66ccf6eadf73ec490fd8470a8cc318 (patch)
treecfcdceea1093b78742162ee03172e547cca767b0 /knife/lib
parent90e15c54cea6e2527114fa3d139b3111f90ead48 (diff)
downloadchef-79ff895c4a66ccf6eadf73ec490fd8470a8cc318.tar.gz
Bump version to 18.0.74 by Chef Expeditorv18.0.74
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib')
-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 c6482688af..b00bbaefff 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.73".freeze
+ VERSION = "18.0.74".freeze
end
end