summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-15 18:24:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-15 18:24:26 +0000
commit23673431874d172825e71ba82c7fac176676932e (patch)
tree47d8c2f98f2c619f07a59ba941ed622091f27eed /chef-utils
parenta9970acc7a95e1e791d86abd8ef38937e50b21f6 (diff)
downloadchef-23673431874d172825e71ba82c7fac176676932e.tar.gz
Bump version to 17.0.99 by Chef Expeditorv17.0.99
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 4064a57e4a..1493edeee3 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.98"
+ VERSION = "17.0.99"
end