diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-01 19:27:48 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-01 19:27:48 +0000 |
commit | 2ea0c4fdba830855c2787431263be1a5849090f7 (patch) | |
tree | 60407a9c29e31daab348a45f3b5605214f27c7be /lib | |
parent | a2f1abf43967ca39590b3871e6a42b2a7356a5b2 (diff) | |
download | chef-2ea0c4fdba830855c2787431263be1a5849090f7.tar.gz |
Bump version to 17.0.130 by Chef Expeditorv17.0.130
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 39e5cf89dc..46af62f35d 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("..", __dir__) - VERSION = Chef::VersionString.new("17.0.129") + VERSION = Chef::VersionString.new("17.0.130") end # |