summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-07 20:18:15 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-07 20:18:18 +0000
commit975dee17d253f107714f0c5dacfb2413955ecf7a (patch)
tree5e387f0fe1c0d3492aed774fe8e8d4f516440d62 /knife
parent7e5ddb402c7b84ba16bc7e589792ea1cd2856487 (diff)
downloadchef-975dee17d253f107714f0c5dacfb2413955ecf7a.tar.gz
Bump version to 17.8.30 by Chef Expeditorv17.8.30
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 60f4371bc2..9df478049c 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 = "17.8.29".freeze
+ VERSION = "17.8.30".freeze
end
end