summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-04 23:42:17 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-04 23:42:17 +0000
commit89ec3561222ceeecb1a2a123ebdb0054f1b8b1d9 (patch)
tree9e507798b09d5e4a868a4b2dc9524697239f29f5 /chef-utils
parent60a04248e2d5bdbe845f048a8e49ad8a3927f39e (diff)
downloadchef-89ec3561222ceeecb1a2a123ebdb0054f1b8b1d9.tar.gz
Bump version to 15.5.23 by Chef Expeditorv15.5.23
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 15eb26419d..ae421c80e8 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("../..", __FILE__)
- VERSION = "15.5.22".freeze
+ VERSION = "15.5.23".freeze
end