diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 03:09:00 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 03:09:00 +0000 |
commit | 3845fad14b430c34c339b8552b553e78c346bf98 (patch) | |
tree | fc362e998258bf9df00b2b51992b1d1b528ed30b /lib | |
parent | d82713e36e7e204750896bb7e75ba24688b3adb1 (diff) | |
download | chef-3845fad14b430c34c339b8552b553e78c346bf98.tar.gz |
Bump version to 16.9.14 by Chef Expeditorv16.9.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 13c2cc4bd3..7bc89739f9 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.9.13") + VERSION = Chef::VersionString.new("16.9.14") end # |