diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-05 17:49:50 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-05 17:49:50 +0000 |
commit | 60165c4f873eefa186cba6876c854e0dab3814a7 (patch) | |
tree | a62e0c935ba2f249f685011017ba1385ec08190a /lib | |
parent | 4cb46c9a0a66ff1916c73f6403db6f90eb558095 (diff) | |
download | chef-60165c4f873eefa186cba6876c854e0dab3814a7.tar.gz |
Bump version to 16.0.49 by Chef Expeditorv16.0.49
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 d961cc236a..2e18b62b2d 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.48") + VERSION = Chef::VersionString.new("16.0.49") end # |