summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-07 03:08:06 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-07 03:08:06 +0000
commitd4a7016f8223a46faa41ff7df941db4ddda5e813 (patch)
tree3c0e23815503b37c0a41a8c51c04865f4d4baf2c /lib/chef/version.rb
parent47882dd5429745df41dc2ed74ac20e856a536f5a (diff)
downloadchef-d4a7016f8223a46faa41ff7df941db4ddda5e813.tar.gz
Bump version to 14.4.25 by Chef Expeditorv14.4.25
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 e85696b661..3588a5b97c 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.24")
+ VERSION = Chef::VersionString.new("14.4.25")
end
#