diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-13 17:15:00 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-13 17:15:00 +0000 |
commit | 7e6796e749a9be9b8255e73058be43aa1a501920 (patch) | |
tree | e5742bc72c6dbd7e9cc0f5355372757ff5658a98 /lib | |
parent | ca59043ff778f73bf462245ee9c7749f1a13c659 (diff) | |
download | chef-7e6796e749a9be9b8255e73058be43aa1a501920.tar.gz |
Bump version to 16.0.203 by Chef Expeditorv16.0.203
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 73145b9858..40001c4dba 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.202") + VERSION = Chef::VersionString.new("16.0.203") end # |