summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-09 20:37:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-09 20:37:32 +0000
commit4d952c659eaa4b7e69cfa3a9b07db5199a83bd42 (patch)
tree7b6dfaa0a0a2ace9798f09effb14b996a68bb548 /chef-bin/lib
parent3f75f7425c73131002b59245fb2729c3f2edb7b3 (diff)
downloadchef-4d952c659eaa4b7e69cfa3a9b07db5199a83bd42.tar.gz
Bump version to 16.2.95 by Chef Expeditorv16.2.95
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 f6333a5f6c..7192a0cf58 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.2.94".freeze
+ VERSION = "16.2.95".freeze
end
#