summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-22 04:57:53 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-22 04:57:53 +0000
commit57655244be360f3e9620210633035efe5c049161 (patch)
tree33474ea495736dd35d201f20fef1a1fc2d7df994 /chef-utils/lib/chef-utils/version.rb
parent6b35840717cefdf1311fd12465f78344749303b1 (diff)
downloadchef-57655244be360f3e9620210633035efe5c049161.tar.gz
Bump version to 17.0.4 by Chef Expeditorv17.0.4
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 2acecdaa0f..1f98ec9b30 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.3"
+ VERSION = "17.0.4"
end