summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-05 17:00:38 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-05 17:00:38 +0000
commitab999c2f06008fcfe027e66db2ee80106b8839b8 (patch)
treed421d93d13a0ab1d7dcc37a04e7a618e1b13a72c /chef-bin/lib
parent2e4f66d2588e6b87e82d4d94d0f51cb09d1ae39f (diff)
downloadchef-ab999c2f06008fcfe027e66db2ee80106b8839b8.tar.gz
Bump version to 16.2.16 by Chef Expeditorv16.2.16
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 684e42aed4..a8ba096716 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.15".freeze
+ VERSION = "16.2.16".freeze
end
#