summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-24 21:30:59 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-24 21:30:59 +0000
commit5fadbc45322b2c0e4da171ee24f1f0e42e235733 (patch)
tree31b5c18a5721703a6088188f5254837c4cd8cc73 /chef-config
parent06ce13f6bb9ab876d2dbab52307ffe5f84c042d4 (diff)
downloadchef-5fadbc45322b2c0e4da171ee24f1f0e42e235733.tar.gz
Bump version to 15.0.316 by Chef Expeditorv15.0.316
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 840121b79d..4c11051abb 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.0.315".freeze
+ VERSION = "15.0.316".freeze
end
#