summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-20 15:14:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-20 15:14:58 +0000
commitdf3a247ac8941eecd35c4cedeb3890aee0e63d54 (patch)
tree01ff57ce31ae4f43753fb1315b1b72242f345f1d /chef-utils
parent086bd604a58ee041e70a6d97d701e6fb5885e89c (diff)
downloadchef-df3a247ac8941eecd35c4cedeb3890aee0e63d54.tar.gz
Bump version to 16.0.148 by Chef Expeditorv16.0.148
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 5d63346506..de1032e5ad 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.0.147".freeze
+ VERSION = "16.0.148".freeze
end