summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-23 17:21:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-23 17:21:32 +0000
commitbadec1b7f6c617ee3e7a90616cb0260c4e1f00c5 (patch)
tree1768c9e68ff264ed9d5ad771d999d9eb65afc342 /chef-utils/lib/chef-utils/version.rb
parent952590b237a720172610e4d9ac4ce3e85afeaea4 (diff)
downloadchef-badec1b7f6c617ee3e7a90616cb0260c4e1f00c5.tar.gz
Bump version to 17.0.121 by Chef Expeditorv17.0.121
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 dd0e35d5b7..9a84c08701 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.120"
+ VERSION = "17.0.121"
end