summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-21 22:27:47 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-21 22:27:47 +0000
commitfce2dbce0bb8bfa10e155a2221efb30461dfccda (patch)
tree7fb18b35b98f2bdec9f55fd183bbe6b6b072a7f6 /chef-bin
parentfdfd701d0b3c5e9fbc7aca0be14802a1bf0d2f23 (diff)
downloadchef-fce2dbce0bb8bfa10e155a2221efb30461dfccda.tar.gz
Bump version to 15.0.304 by Chef Expeditorv15.0.304
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 17e52667e9..bedd8f373b 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.303".freeze
+ VERSION = "15.0.304".freeze
end
#