summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-27 17:19:15 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-27 17:19:15 +0000
commit53047ee56541844fe8236fc6378563dc74e5866b (patch)
tree76e5a94223258b97c009f883ccf146e4dfd6fcb2 /chef-bin
parent4b3ce78511a70ba84bf7a57acf2893e563632099 (diff)
downloadchef-53047ee56541844fe8236fc6378563dc74e5866b.tar.gz
Bump version to 15.8.25 by Chef Expeditorv15.8.25
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index b875ea95b3..9546150628 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.8.24".freeze
+ VERSION = "15.8.25".freeze
end
#