summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-27 18:25:45 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-27 18:25:49 +0000
commit15981b5653098afe1679b23f1054edaf5a9566d9 (patch)
tree315982539fe5e5bda42d56906335ba14e6b8a586 /chef-bin
parent179760979d9a9dd79d19f2d4e4310a47ca91cabe (diff)
downloadchef-15981b5653098afe1679b23f1054edaf5a9566d9.tar.gz
Bump version to 16.7.4 by Chef Expeditorv16.7.4
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 cb6fa90b2a..7f5aa6ad9e 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.7.3".freeze
+ VERSION = "16.7.4".freeze
end
#