diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-14 17:41:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-14 17:41:52 +0000 |
commit | 42a72f18adb5b7b19d3652feabea120509d942a4 (patch) | |
tree | 9c6581eef17c4bb361a031589f59016f510da667 /lib | |
parent | 1ab530e08736a295b4d6b79564140d2c6ec4d45c (diff) | |
download | chef-42a72f18adb5b7b19d3652feabea120509d942a4.tar.gz |
Bump version to 16.16.14 by Chef Expeditorv16.16.14
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 ef5a481782..b69d5a9481 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("16.16.13") + VERSION = Chef::VersionString.new("16.16.14") end # |