diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-21 16:49:05 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-21 16:49:05 +0000 |
commit | be576adb24012a5052d37d11fac1297ff298c011 (patch) | |
tree | c08b50998a86832e2f844647c4b22aa9acfd8ddc /lib | |
parent | a38fd632a9208f56af6ff4d412a9ea492fb40f1e (diff) | |
download | chef-be576adb24012a5052d37d11fac1297ff298c011.tar.gz |
Bump version to 15.4.47 by Chef Expeditorv15.4.47
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 ba1fe40d8c..45c05f503a 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("15.4.46") + VERSION = Chef::VersionString.new("15.4.47") end # |