summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-09 22:56:39 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-09 22:56:39 +0000
commitd606a41b1ee6167c77a0684f242d7a42da61b92e (patch)
treed102f13c24b63304118f02cb43155f47c065f531 /chef-bin
parent8cf32257d981e6fac612fed1a495d990d5f4b251 (diff)
downloadchef-d606a41b1ee6167c77a0684f242d7a42da61b92e.tar.gz
Bump version to 15.0.282 by Chef Expeditorv15.0.282
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 708d5a1c8b..4bba227545 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.281".freeze
+ VERSION = "15.0.282".freeze
end
#