summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-24 03:08:52 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-24 03:08:52 +0000
commitd77f8a3e115cd93f8dfcf7cc6d4090f792dadc15 (patch)
tree705f7b12aad3eb4a23b7551d383cdab82c98626c /lib
parent90823e66096bff805fc26e95d943de9a9159617d (diff)
downloadchef-d77f8a3e115cd93f8dfcf7cc6d4090f792dadc15.tar.gz
Bump version to 14.0.24 by Expeditorv14.0.24
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 f7efa11d3e..92a51b9b82 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.0.23")
+ VERSION = Chef::VersionString.new("14.0.24")
end
#