summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-30 21:39:11 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-30 21:39:11 +0000
commit96add9392bfd5637914492be85495f9867958ba7 (patch)
tree5f6f79b1f39f102956462c9a9b9280927472fc97 /chef-bin
parent8248fa5b5542840bc6adbeaf32445e008397dc55 (diff)
downloadchef-96add9392bfd5637914492be85495f9867958ba7.tar.gz
Bump version to 16.7.18 by Chef Expeditorv16.7.18
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 ddd057350c..c872745892 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.17".freeze
+ VERSION = "16.7.18".freeze
end
#