summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-28 22:01:56 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-28 22:01:56 +0000
commit129a6f3982218e5eadcd33b272ba738b317bbcae (patch)
treee0deb2403f0c6c49d3efe480ec5ae789e45fef84 /chef-bin
parentc08cf41a46b7b1f957c6073a73d0a1f2ccc4fce1 (diff)
downloadchef-129a6f3982218e5eadcd33b272ba738b317bbcae.tar.gz
Bump version to 16.0.95 by Chef Expeditorv16.0.95
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 8e7bfa6390..5a5d74b905 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.0.94".freeze
+ VERSION = "16.0.95".freeze
end
#