diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-25 15:55:13 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-25 15:55:13 +0000 |
commit | 7f914c7e8245672989a9a7f20ec33cdc1dd65a3b (patch) | |
tree | 8659428bc2769e168cc5fbcb42edaeb75859e90d /chef-bin | |
parent | c57b9c78034074edbd61dfc5cb97f86ad4149f82 (diff) | |
download | chef-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-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
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 3f8e968ecf..ac25c86b81 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.242".freeze + VERSION = "16.0.243".freeze end # |