diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-08-24 02:49:14 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-08-24 02:49:14 +0000 |
commit | 8d393010ccdd1589b4d7255c6910501c7501d031 (patch) | |
tree | f88ae9c63acf1ba1ef643dc82cab6dec6c6d08ff /lib | |
parent | 68c738f1b3e4d90a8b2c09c0cc049ac0c23f2125 (diff) | |
download | chef-8d393010ccdd1589b4d7255c6910501c7501d031.tar.gz |
Bump version to 14.4.48 by Chef Expeditorv14.4.48
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 a3cc03716e..251ccd54b9 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("14.4.47") + VERSION = Chef::VersionString.new("14.4.48") end # |