summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-25 16:38:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-25 16:38:32 +0000
commit62b64d0d9f27cc138091503069b9b07f5097ae62 (patch)
treeeb4a06ac1e2d6a47f315310568b2ba03caedeb6a /chef-bin
parentc9cf725ebe0ef731f32a96f4bf4114a5b97548b7 (diff)
downloadchef-62b64d0d9f27cc138091503069b9b07f5097ae62.tar.gz
Bump version to 16.0.244 by Chef Expeditorv16.0.244
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index ac25c86b81..41d625587e 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.243".freeze
+ VERSION = "16.0.244".freeze
end
#