diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-10 23:42:08 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-10 23:42:08 +0000 |
commit | dfd018cb04a2eae78e5cd8f7569dff4919e3769a (patch) | |
tree | d0539aac0addec4671b5889ad8076066d8da4559 /lib | |
parent | b0b8b091b2ec77c029317a5457ce389a2aed2eaf (diff) | |
download | chef-dfd018cb04a2eae78e5cd8f7569dff4919e3769a.tar.gz |
Bump version to 16.0.129 by Chef Expeditorv16.0.129
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 bbccc1334b..e0a8950853 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.128") + VERSION = Chef::VersionString.new("16.0.129") end # |