diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-24 03:16:30 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-24 03:16:30 +0000 |
commit | bd6d9f206d213cd70d1266f5670c29bbf977e73b (patch) | |
tree | 208ad2db4416bf03d4f2555bda2b099f1d851399 /lib | |
parent | 58620a5dff88b21a61a2d29764d7ba42dc2ab093 (diff) | |
download | chef-bd6d9f206d213cd70d1266f5670c29bbf977e73b.tar.gz |
Bump version to 16.0.14 by Chef Expeditorv16.0.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 ae9647c446..a4e1dd4251 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.13") + VERSION = Chef::VersionString.new("16.0.14") end # |