summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-17 23:54:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-17 23:54:12 +0000
commit168f4adfaa918c3ec2acc4b9cd62d50e5f20c30b (patch)
tree3c3a70467724eacf6708a0ca0c0399e0a1e30557 /chef-bin
parent1305263da8eeec87bcb3416d94b84c164831f590 (diff)
downloadchef-168f4adfaa918c3ec2acc4b9cd62d50e5f20c30b.tar.gz
Bump version to 15.7.25 by Chef Expeditorv15.7.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 37e0e1348a..c4207f385c 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.7.24".freeze
+ VERSION = "15.7.25".freeze
end
#