summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 20:49:17 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 20:49:17 +0000
commitb6c2173bf578a8f1b44aeea2bc5eef9288e48964 (patch)
tree5e9216986100c0080703aa80bcc290f3eac626f8 /chef-config
parentfcb9db7b487589b31b0c946a43c640b8a4653b0e (diff)
downloadchef-b6c2173bf578a8f1b44aeea2bc5eef9288e48964.tar.gz
Bump version to 16.5.44 by Chef Expeditorv16.5.44
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 e6726a3baf..a9b345dfc2 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.43".freeze
+ VERSION = "16.5.44".freeze
end