summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-29 01:31:00 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-29 01:31:00 +0000
commit57aa4db67f6c47909cd1b56148ca09eac184764a (patch)
treea1ed0c2b1f0b4d72c407612ee96937d3412db07f /chef-config
parent58d620fed9851f3f067c0b70c3cdf096b3155168 (diff)
downloadchef-57aa4db67f6c47909cd1b56148ca09eac184764a.tar.gz
Bump version to 16.3.45 by Chef Expeditorv16.3.45
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 6e5e092030..831f12cb99 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.3.44".freeze
+ VERSION = "16.3.45".freeze
end