diff options
| author | Chef Expeditor <chef-ci@chef.io> | 2020-08-11 18:23:10 +0000 |
|---|---|---|
| committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-11 18:23:10 +0000 |
| commit | 2505112add8e5e220441a2e5aed5456e7dcc3a72 (patch) | |
| tree | 17dea580746a816b7336aa25af73a1bd4247b72a /lib | |
| parent | c30636763f3ed49edae5b26cf83577fe0a3fa732 (diff) | |
| download | chef-2505112add8e5e220441a2e5aed5456e7dcc3a72.tar.gz | |
Bump version to 16.4.18 by Chef Expeditorv16.4.18
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 643754831e..3d98e6a88f 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.4.17") + VERSION = Chef::VersionString.new("16.4.18") end # |
