summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-06 18:48:07 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-06 18:48:07 +0000
commita9263b94022e74ec23c63c44bad2048f080fc202 (patch)
tree038584bde43a3b4d36f5d70df1ed82adbcc83202 /chef-bin
parentb44856c90ec82b5039181106dcbaa13b281a3e8b (diff)
downloadchef-a9263b94022e74ec23c63c44bad2048f080fc202.tar.gz
Bump version to 15.0.266 by Chef Expeditorv15.0.266
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 ae9383b43b..d7f83b28f3 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.0.265".freeze
+ VERSION = "15.0.266".freeze
end
#