diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-09 23:08:34 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-09 23:08:34 +0000 |
commit | daa87ed7feacb0b9c1b53a2472795f5f916e1d06 (patch) | |
tree | c0e1e91ea1ecb5943661b770464c97bbc07d97ef /lib | |
parent | dcbc8289d06c36bc2b545618fb9cf8fc2e95a5d7 (diff) | |
download | chef-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.rb | 2 |
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 # |