summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 04:13:54 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 04:13:58 +0000
commit8aef64623e77faccc6d799187f213ec81beb947e (patch)
tree0ab59f471254a9fc6652f928a2e1416ea325f207 /chef-config/lib
parentd68155b0e505e81d188e361917a08f1cd1375fe7 (diff)
downloadchef-8aef64623e77faccc6d799187f213ec81beb947e.tar.gz
Bump version to 16.13.5 by Chef Expeditorv16.13.5
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 813965a61e..90fb4144be 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.13.4".freeze
+ VERSION = "16.13.5".freeze
end