diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-09 19:06:49 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-09 19:06:49 +0000 |
commit | 702149b4840a1e2965209e1280247645f75dbac9 (patch) | |
tree | 72e11b31b086d261877fe1fc3ce6c9f2e842956b /lib | |
parent | bb40220e43adf96561619d41f0a1ef1fe1635012 (diff) | |
download | chef-702149b4840a1e2965209e1280247645f75dbac9.tar.gz |
Bump version to 17.2.31 by Chef Expeditorv17.2.31
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 aa89570fac..0515341efd 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.2.30") + VERSION = Chef::VersionString.new("17.2.31") end # |