summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-24 05:49:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-24 05:49:32 +0000
commit6a65496ac5310ba1140372c5deedf83cffc5368e (patch)
treef053b6e06202150c292167cd6757e095480c24c8 /chef-config
parentff6400a81773f6998dc84e84e66e42f5dd858467 (diff)
downloadchef-6a65496ac5310ba1140372c5deedf83cffc5368e.tar.gz
Bump version to 15.7.31 by Chef Expeditorv15.7.31
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 1c3bf2ff11..0f7e4c04cd 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.7.30".freeze
+ VERSION = "15.7.31".freeze
end