summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-24 22:54:35 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-24 22:54:35 +0000
commit34d511500a4d5c196417b09abfa83e9f33378052 (patch)
tree44bbab873080ca8f50f5dde760fe2f9fcdeda0f4 /chef-bin
parent5746a176d2fff2cfd0afc3078115a3d4461a09ad (diff)
downloadchef-34d511500a4d5c196417b09abfa83e9f33378052.tar.gz
Bump version to 15.0.317 by Chef Expeditorv15.0.317
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 d17010cdfa..1a6eef8726 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.316".freeze
+ VERSION = "15.0.317".freeze
end
#