summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-05 22:51:16 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-05 22:51:16 +0000
commit4c73c2a4a1a5e42fef4688b6d2add74135e094c5 (patch)
treef540e66a17cb78a033ef6202629e46f56769b168 /chef-bin/lib
parentb1dca573fd37ebed1a2c54d5112152ea05e24f7f (diff)
downloadchef-4c73c2a4a1a5e42fef4688b6d2add74135e094c5.tar.gz
Bump version to 15.5.26 by Chef Expeditorv15.5.26
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 16e4ae8666..30044b6930 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.5.25".freeze
+ VERSION = "15.5.26".freeze
end
#