summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-18 17:38:05 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-18 17:38:05 +0000
commit5f354032ed5dcb834a01bc23210e84f266544ecb (patch)
tree864445078d0ba6f048fd398bb0fae4a91ea8c353 /lib/chef/version.rb
parent37085c34d361934b2d60559b305e579441db77e5 (diff)
downloadchef-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.rb2
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
#