summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-09 01:42:02 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-09 01:42:02 +0000
commit3c4dec2f10ad4f36865146fccf46c8baae6df825 (patch)
treedde4f9a54c10e76661ec4fff6930f1a3d6a91ec4 /chef-utils/lib/chef-utils/version.rb
parent6bf9c2de6c63cfa9b03e61ad5ba02ddb0d8a9b05 (diff)
downloadchef-3c4dec2f10ad4f36865146fccf46c8baae6df825.tar.gz
Bump version to 16.7.29 by Chef Expeditorv16.7.29
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 2968dcf8d8..0795fb38b0 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 = "16.7.28"
+ VERSION = "16.7.29"
end