summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-18 16:43:42 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-18 16:43:44 +0000
commit9e939aa702b3c00b7d39471ec4b80ea5e5c91743 (patch)
treed9a9c653403e0916fc104a27c9fdfec871c37746 /chef-utils/lib/chef-utils/version.rb
parent2f31a69b0898814208bc7cc2d4a632362506128c (diff)
downloadchef-9e939aa702b3c00b7d39471ec4b80ea5e5c91743.tar.gz
Bump version to 17.0.45 by Chef Expeditorv17.0.45
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 70cc09bcfb..7821dfc970 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.0.44"
+ VERSION = "17.0.45"
end