summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-25 17:27:17 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-25 17:27:17 +0000
commit7322308da2f96acb01a494152c2ccc6ced90715b (patch)
tree6ca9c4ec985bb90bb1ea07ddb1f79918c64162e4 /chef-utils/lib/chef-utils/version.rb
parente4bc26247b91a487eb37a7ec1223a4f95e908868 (diff)
downloadchef-7322308da2f96acb01a494152c2ccc6ced90715b.tar.gz
Bump version to 16.0.246 by Chef Expeditorv16.0.246
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 75c74bbc33..f0cc07acbd 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.245".freeze
+ VERSION = "16.0.246".freeze
end