summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-01 02:17:57 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-01 02:17:57 +0000
commit5e8499d625c9a6541f3b8f29bd39634c4d533daa (patch)
tree014c5fd25350c7dcc6294c9aff9a552a8e153a54 /chef-bin
parent45be02c3b5b656f8f2190e2d151f268113c9904f (diff)
downloadchef-5e8499d625c9a6541f3b8f29bd39634c4d533daa.tar.gz
Bump version to 16.2.74 by Chef Expeditorv16.2.74
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 84a5c999ab..ace030ab66 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.73".freeze
+ VERSION = "16.2.74".freeze
end
#