summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-25 06:34:28 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-25 06:34:28 +0000
commit5508093137d187f76ade9af0dacca451b99c9728 (patch)
tree664418c9f1d669eccd7ef81d9a8b1978f14af440 /lib/chef
parentea5a46dc2ceb6459d81ac3ca3d10f8d805223ac1 (diff)
downloadchef-5508093137d187f76ade9af0dacca451b99c9728.tar.gz
Bump version to 15.1.25 by Chef Expeditorv15.1.25
Obvious fix; these changes are the result of automation not creative thinking.
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 3b9bb91c78..14f3f9f81c 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.1.24")
+ VERSION = Chef::VersionString.new("15.1.25")
end
#