summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-20 20:04:28 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-20 20:04:28 +0000
commitdfe11864d3a347ba991f53b9fd74cde24a9b60b7 (patch)
tree55894129095cab0ab45015eb4ddba0886a734edf /chef-bin
parent99cf0ead6e260e471294fd17ea1e17bdf49df3b7 (diff)
downloadchef-dfe11864d3a347ba991f53b9fd74cde24a9b60b7.tar.gz
Bump version to 15.0.302 by Chef Expeditorv15.0.302
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 1c4412406f..d6019b44e7 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.301".freeze
+ VERSION = "15.0.302".freeze
end
#