diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-07-18 17:38:05 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-07-18 17:38:05 +0000 |
commit | 5f354032ed5dcb834a01bc23210e84f266544ecb (patch) | |
tree | 864445078d0ba6f048fd398bb0fae4a91ea8c353 /lib/chef/version.rb | |
parent | 37085c34d361934b2d60559b305e579441db77e5 (diff) | |
download | chef-5f354032ed5dcb834a01bc23210e84f266544ecb.tar.gz |
Bump version to 14.4.9 by Chef Expeditorv14.4.9
Diffstat (limited to 'lib/chef/version.rb')
-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 060e492c9e..2ab7511954 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.8") + VERSION = Chef::VersionString.new("14.4.9") end # |