summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-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 c5b1c99770..31bdd6b3aa 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.94")
+ VERSION = Chef::VersionString.new("16.0.95")
end
#