summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-23 17:05:04 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-23 17:05:04 +0000
commitbc611cc89ce5911b2ad9d4086e325149ae038a16 (patch)
tree68f501fbcd01735c7c774e953fccf5d43097c51f /chef-utils
parent7fc3f5abc82d089525fce98f6faff2fdf1fc73c8 (diff)
downloadchef-bc611cc89ce5911b2ad9d4086e325149ae038a16.tar.gz
Bump version to 17.10.31 by Chef Expeditorv17.10.31
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 0ae08abefa..517f778d93 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.10.30"
+ VERSION = "17.10.31"
end