summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-17 00:48:03 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-17 00:48:03 +0000
commit564055b5c262599162de2b567465bc61a9921fd5 (patch)
tree4749da45b0222d58ac1945259762b889e560fd2d /chef-utils/lib/chef-utils/version.rb
parent4164b5aa3625091c6e12fbbb7df5ecaccba7c06c (diff)
downloadchef-564055b5c262599162de2b567465bc61a9921fd5.tar.gz
Bump version to 16.6.23 by Chef Expeditorv16.6.23
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 8e35a7492c..15d6a7e83f 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.6.22".freeze
+ VERSION = "16.6.23".freeze
end