diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-13 19:12:40 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-13 19:12:40 +0000 |
commit | 4dd773a263ada8b55a05f489b4713de35526736b (patch) | |
tree | f15aa04ede6deb2b8ff5c4fcea5da7f2f5296e14 /lib | |
parent | 18f67b7913330f2c20f0808a20bedcb267da71bc (diff) | |
download | chef-4dd773a263ada8b55a05f489b4713de35526736b.tar.gz |
Bump version to 16.0.205 by Chef Expeditorv16.0.205
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 96db357859..1aaab8f47b 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.204") + VERSION = Chef::VersionString.new("16.0.205") end # |