summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-18 19:29:32 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-18 19:29:32 +0000
commit83fef3b411ba66134287d1cbd6a56df2179d3512 (patch)
tree88714f8eac147fa4acc67fa63d7fc47bf3544076 /lib
parent7a84cc44cb2ece56fa48b8e46f6e29dac9bdacb9 (diff)
downloadchef-83fef3b411ba66134287d1cbd6a56df2179d3512.tar.gz
Bump version to 14.4.10 by Chef Expeditorv14.4.10
Diffstat (limited to 'lib')
-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 2ab7511954..de18702799 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.9")
+ VERSION = Chef::VersionString.new("14.4.10")
end
#