summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-28 23:18:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-28 23:18:28 +0000
commit35f721cbdce3474a97ccda0f078c5d0311e931f4 (patch)
tree7c651ab00ebe1c7865683c8c4b3f0fa51703e8f9 /chef-utils
parent05d8b6f49aba6080da30a28d9ea8546c4a497e0a (diff)
downloadchef-35f721cbdce3474a97ccda0f078c5d0311e931f4.tar.gz
Bump version to 17.0.245 by Chef Expeditorv17.0.245
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 f3dd026728..b02555e6f0 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.244"
+ VERSION = "17.0.245"
end