summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-24 00:00:30 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-24 00:00:30 +0000
commitfe9a02be76d4e6a8c1a1e72019104b678ead6926 (patch)
treed4ef1234bf21fa5040e8039ad4054b8fd64d3493 /chef-bin
parent8136619cc425e037f4a3316a12befb0e15b321d7 (diff)
downloadchef-fe9a02be76d4e6a8c1a1e72019104b678ead6926.tar.gz
Bump version to 15.0.307 by Chef Expeditorv15.0.307
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 adbaef6a1d..57283df457 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.306".freeze
+ VERSION = "15.0.307".freeze
end
#