summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-30 20:43:56 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-30 20:43:56 +0000
commitaf9c9aec900ffcd046b936b0b6f4a3a0251e301d (patch)
tree2fd96bfdb5b8985b4b691d9b984adbfdffab81dc /chef-bin
parente2d1e7bfbd18a4df2d5c672ef204326bd104d404 (diff)
downloadchef-af9c9aec900ffcd046b936b0b6f4a3a0251e301d.tar.gz
Bump version to 16.2.70 by Chef Expeditorv16.2.70
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 e645ee91f2..378a546ef9 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.69".freeze
+ VERSION = "16.2.70".freeze
end
#