summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-02 14:58:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-02 14:58:58 +0000
commitbc5aaa7769e6267c9e781e3511e7e7c126422cc4 (patch)
tree05fecaa99597accb260f61a87b8a295fa71c8b9a /chef-bin
parent09db58acb1df121c5661a8dd672219d8f0ddbd03 (diff)
downloadchef-bc5aaa7769e6267c9e781e3511e7e7c126422cc4.tar.gz
Bump version to 16.2.75 by Chef Expeditorv16.2.75
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 ace030ab66..1e92d3c917 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.74".freeze
+ VERSION = "16.2.75".freeze
end
#