summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-24 21:06:25 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-24 21:06:26 +0000
commitd72cb9062366257b6154f5d4ea3e23f35f61e483 (patch)
treef5b4ae9c84359e88c1d9ee6102790752077c56ef /chef-config
parent4ea47b12e0c23089f87349e46cf52408f65059b9 (diff)
downloadchef-d72cb9062366257b6154f5d4ea3e23f35f61e483.tar.gz
Bump version to 15.0.313 by Chef Expeditorv15.0.313
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 ce3172112a..98d9487465 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.312".freeze
+ VERSION = "15.0.313".freeze
end
#