summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-11 10:56:58 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-11 10:56:58 +0000
commitc09121ae39121d946684bfe6681686693243aec8 (patch)
tree0068ebe00edef54422347d09e3e6c0ec50d9d5c7 /knife
parent4797e01535af8e33ace9ef3a7404dd8256913bce (diff)
downloadchef-c09121ae39121d946684bfe6681686693243aec8.tar.gz
Bump version to 18.0.130 by Chef Expeditorv18.0.130
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 7f3c0afaf1..a529f23ec7 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.129".freeze
+ VERSION = "18.0.130".freeze
end
end