summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-22 18:27:24 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-22 18:27:24 +0000
commite76c6ba0ad7c6ad3c95765bb16817fa6839e088b (patch)
tree22a03b6773c785aa226711de39d40b868e0549bc /chef-utils
parent724d7709c6ee8dcee91f2cb0081c9e235b1e842f (diff)
downloadchef-e76c6ba0ad7c6ad3c95765bb16817fa6839e088b.tar.gz
Bump version to 16.1.14 by Chef Expeditorv16.1.14
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 ae0f130cd0..84e0c24f1b 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 = "16.1.13".freeze
+ VERSION = "16.1.14".freeze
end