summaryrefslogtreecommitdiff
path: root/lib/chef
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 /lib/chef
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 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 9911192371..5f9557c80c 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.2.94")
+ VERSION = Chef::VersionString.new("16.2.95")
end
#