summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-27 15:54:45 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-27 15:54:45 +0000
commit834409c9b57626117874dbc9223c0a983499ecb7 (patch)
treee75931690436ec0f774fd04d27790eab7ba23c3e /chef-bin
parente654d48ccf23542b440bfb070d565db8f03c2042 (diff)
downloadchef-834409c9b57626117874dbc9223c0a983499ecb7.tar.gz
Bump version to 16.13.31 by Chef Expeditorv16.13.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 e4018ef3de..6d06d1207e 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 = "16.13.30".freeze
+ VERSION = "16.13.31".freeze
end
#