summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 22:33:24 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 22:33:24 +0000
commit969cf7922e3bcd2238ec223ed458bd016b71b1a2 (patch)
treeead9287c3140e351d6c00fcc039716735b1b73f0 /chef-utils
parent7ab54a8751be1cbe32651e8c21f07f2d9509956b (diff)
downloadchef-969cf7922e3bcd2238ec223ed458bd016b71b1a2.tar.gz
Bump version to 16.5.45 by Chef Expeditorv16.5.45
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index e392f5cddf..8652b10028 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.5.44".freeze
+ VERSION = "16.5.45".freeze
end