summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-22 20:07:15 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-22 20:07:15 +0000
commitf5de2c58ea3705a20a6784251a3cd8a58618f24d (patch)
treef5eddf829ce63feef3bce487db1f590613aeafd0 /chef-bin
parent2d699f12717755a2474e7a919af2700d36caa061 (diff)
downloadchef-f5de2c58ea3705a20a6784251a3cd8a58618f24d.tar.gz
Bump version to 15.0.305 by Chef Expeditorv15.0.305
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 bedd8f373b..882cc4cc6c 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.304".freeze
+ VERSION = "15.0.305".freeze
end
#