summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-04 17:19:24 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-04 17:19:24 +0000
commitf0cd4782863780803f7863ebee263dd7baf29f02 (patch)
tree900cd4feaacce011c451b57b4e516e40aa9dc575 /chef-config
parent6bbb1e5c5e98904f9a0c857bdad6f787c0b12a49 (diff)
downloadchef-f0cd4782863780803f7863ebee263dd7baf29f02.tar.gz
Bump version to 16.2.12 by Chef Expeditorv16.2.12
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 b2f9879463..a39e028b58 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.11".freeze
+ VERSION = "16.2.12".freeze
end