summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-02 19:41:04 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-02 19:41:07 +0000
commit0a3e36707710577ec95fc5cabf222dcf4d1103dd (patch)
treeb95764b26e658007448478719cc14daf4c45e21a /knife
parenta5092b8aff8ee1aa33c7151fba56815693d0f348 (diff)
downloadchef-0a3e36707710577ec95fc5cabf222dcf4d1103dd.tar.gz
Bump version to 17.7.31 by Chef Expeditorv17.7.31
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 ec14f3819d..3cb7ecaef2 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.7.30".freeze
+ VERSION = "17.7.31".freeze
end
end