summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-24 00:10:56 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-24 00:10:56 +0000
commit64c833e63c845144dcf5b1bd484f1c06994f36c0 (patch)
treef2133cae5da2dfc42c7de273d6854b7e1bc540c6 /chef-config
parent05ad687b5082389bdb9b1a17e843d56e86c2f1a8 (diff)
downloadchef-64c833e63c845144dcf5b1bd484f1c06994f36c0.tar.gz
Bump version to 16.3.31 by Chef Expeditorv16.3.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 21a10dec50..50c67c4edd 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("..", __dir__)
- VERSION = "16.3.30".freeze
+ VERSION = "16.3.31".freeze
end