summaryrefslogtreecommitdiff
path: root/chef-bin
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 /chef-bin
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 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 05afa6e416..119aae7813 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.7.30".freeze
+ VERSION = "17.7.31".freeze
end
#