summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-06 19:00:27 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-06 19:00:27 +0000
commit450893172982befea83a7a086fd334b757e54cb6 (patch)
tree7825bae4503d6a86a9081b125ecfb9266c819428 /chef-bin
parentb44abe55bf06baee3833abd0c7129651ad1c51e8 (diff)
downloadchef-450893172982befea83a7a086fd334b757e54cb6.tar.gz
Bump version to 17.9.31 by Chef Expeditorv17.9.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 4d51682e5c..93fc92a031 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.9.30".freeze
+ VERSION = "17.9.31".freeze
end
#