summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-31 00:15:49 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-31 00:15:49 +0000
commitcefabdcce412913b4eee29187757be4d3285459f (patch)
tree5fe9c4f14533713d1f29195f5035cb32113ab53b /lib
parentbf487b1444ae6efa65355a9e9b8b0d8bbd45d76b (diff)
downloadchef-cefabdcce412913b4eee29187757be4d3285459f.tar.gz
Bump version to 14.1.24 by Chef Expeditorv14.1.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 03ae9c667b..b97972e99a 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.1.23")
+ VERSION = Chef::VersionString.new("14.1.24")
end
#