summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-09 22:29:21 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-09 22:29:21 +0000
commit0f95b236d79e2929e5465fe49803958113f54c35 (patch)
tree9643056f5947c8e400861c7d229940fa715c543f /lib/chef/version.rb
parent56c88b8fc65c120eeda220677e54a9acc66f5546 (diff)
downloadchef-0f95b236d79e2929e5465fe49803958113f54c35.tar.gz
Bump version to 16.0.127 by Chef Expeditorv16.0.127
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 94b713d8f0..fa17a7356a 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.126")
+ VERSION = Chef::VersionString.new("16.0.127")
end
#