summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-10 16:17:53 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-10 16:17:53 +0000
commit29d925d68d4c30f863d42d001e81433019506628 (patch)
tree4b251481a63e3975c62a57a17bf1e74bd864bc7f /chef-config
parent35420fffb345105f23b66445e7267cb92225459f (diff)
downloadchef-29d925d68d4c30f863d42d001e81433019506628.tar.gz
Bump version to 16.5.49 by Chef Expeditorv16.5.49
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 f4a706c56c..a97d77a2aa 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.5.48".freeze
+ VERSION = "16.5.49".freeze
end