summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-25 15:55:13 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-25 15:55:13 +0000
commit7f914c7e8245672989a9a7f20ec33cdc1dd65a3b (patch)
tree8659428bc2769e168cc5fbcb42edaeb75859e90d /chef-utils
parentc57b9c78034074edbd61dfc5cb97f86ad4149f82 (diff)
downloadchef-7f914c7e8245672989a9a7f20ec33cdc1dd65a3b.tar.gz
Bump version to 16.0.243 by Chef Expeditorv16.0.243
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 309d36ca3d..abf7d0b2f7 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.242".freeze
+ VERSION = "16.0.243".freeze
end