summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-28 21:54:54 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-28 21:54:54 +0000
commit43df9a7f35ed0583d0012f9a99fa174b9933250e (patch)
tree6fd8ba0d2e9defb55ea0e4d588bdefb0dace8047 /chef-bin
parente54b3810ea0f2df46522eaa6fb8302685d160c4c (diff)
downloadchef-43df9a7f35ed0583d0012f9a99fa174b9933250e.tar.gz
Bump version to 16.0.26 by Chef Expeditorv16.0.26
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 a29bc6b9e6..70d1550bd5 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 = "16.0.25".freeze
+ VERSION = "16.0.26".freeze
end
#