summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-30 21:55:30 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-30 21:55:30 +0000
commitdf9f1c5e1efd3e730eb3cbcf0223fce4f12c48ab (patch)
tree58fc93b0eefd3bfd09851b00fbafdc7be71c0a63 /chef-bin
parentde43a320ba1c0eba0858819e5ef0be55539512dc (diff)
downloadchef-df9f1c5e1efd3e730eb3cbcf0223fce4f12c48ab.tar.gz
Bump version to 16.2.72 by Chef Expeditorv16.2.72
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 3bb128b869..b6625d8aa6 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("../..", __FILE__)
- VERSION = "16.2.71".freeze
+ VERSION = "16.2.72".freeze
end
#