summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-02 20:19:51 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-02 20:19:51 +0000
commit5f470f29dbcc2b082cc5d997252967790fc35118 (patch)
tree4cca4f824ba14c0a65830101ffebfdd089d1d450 /lib/chef
parent4ca23a0dd98c59e1cae29fd7ad6e485cbb12c2b3 (diff)
downloadchef-5f470f29dbcc2b082cc5d997252967790fc35118.tar.gz
Bump version to 14.3.25 by Chef Expeditorv14.3.25
Diffstat (limited to 'lib/chef')
-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 4d98c99969..c8164e378b 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.3.24")
+ VERSION = Chef::VersionString.new("14.3.25")
end
#