summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-15 18:33:34 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-15 18:33:34 +0000
commit095a03b01ff3527bdbbc49d1d71db8b6806f3dc2 (patch)
tree771a9504e8a07149eb70392118788716f6e957dd /lib/chef/version.rb
parent3c908d2c55e24313389139d4dd07ccddf5df2d32 (diff)
downloadchef-095a03b01ff3527bdbbc49d1d71db8b6806f3dc2.tar.gz
Bump version to 13.4.25 by Chef Expeditorv13.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 e70e5e078e..a22f990cf8 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("13.4.24")
+ VERSION = Chef::VersionString.new("13.4.25")
end
#