summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-28 03:18:35 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-28 03:18:35 +0000
commitcc6c31616126c38d93dafd1f0475ac3ae5815a65 (patch)
treedbb66e0ab8c676068f990f6bd846aafbf79ea020 /chef-bin
parentde9484f2804884582bb947524f7a9fd6656af7b2 (diff)
downloadchef-cc6c31616126c38d93dafd1f0475ac3ae5815a65.tar.gz
Bump version to 15.0.320 by Chef Expeditorv15.0.320
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 0b0390a24d..f3d4f1994f 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.319".freeze
+ VERSION = "15.0.320".freeze
end
#