summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-14 22:30:46 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-14 22:30:46 +0000
commit770e7db1a1794887ed0efab3aa0e4c0df21281d8 (patch)
treed232a3fd5dc47959d7d63ac6a3b35fa6efa3958b /chef-config
parent20df18af02e920c706cf1b06381813ed6cafc21c (diff)
downloadchef-770e7db1a1794887ed0efab3aa0e4c0df21281d8.tar.gz
Bump version to 16.2.31 by Chef Expeditorv16.2.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 64b481b404..32420dceb4 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 = "16.2.30".freeze
+ VERSION = "16.2.31".freeze
end