summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-12 15:37:24 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-12 15:37:28 +0000
commit4cfb8455fcc4ffcb452c43666b0f02c140d94d82 (patch)
tree00a570e1caa0eb238d0715e5b6df288cd727dd2c /chef-utils/lib/chef-utils/version.rb
parent250113d5003d75882086df6061e215c1bf0d6e3e (diff)
downloadchef-4cfb8455fcc4ffcb452c43666b0f02c140d94d82.tar.gz
Bump version to 17.0.94 by Chef Expeditorv17.0.94
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 c787caad0a..c4f5a5bad6 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.93"
+ VERSION = "17.0.94"
end