summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-09 23:08:34 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-09 23:08:34 +0000
commitdaa87ed7feacb0b9c1b53a2472795f5f916e1d06 (patch)
treec0e1e91ea1ecb5943661b770464c97bbc07d97ef /lib
parentdcbc8289d06c36bc2b545618fb9cf8fc2e95a5d7 (diff)
downloadchef-daa87ed7feacb0b9c1b53a2472795f5f916e1d06.tar.gz
Bump version to 16.0.128 by Chef Expeditorv16.0.128
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 fa17a7356a..bbccc1334b 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.127")
+ VERSION = Chef::VersionString.new("16.0.128")
end
#