summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-08 14:54:40 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-08 14:54:40 +0000
commit49bf045c8b7f223e5cf324847889222f8ee6145a (patch)
treea451bc7be25a48ce8f765bc6a5c1ad528a65d90e /chef-bin
parent3afca3107e96caeaa2983b4b829733d17c62c672 (diff)
downloadchef-49bf045c8b7f223e5cf324847889222f8ee6145a.tar.gz
Bump version to 15.0.276 by Chef Expeditorv15.0.276
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 77ec36afd4..b6db827ec6 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.275".freeze
+ VERSION = "15.0.276".freeze
end
#