summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-24 17:59:41 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-24 17:59:41 +0000
commit3a5c7693b2eb7964c81c400fa3cb9c98974f7ba6 (patch)
tree445acab6a7445cb4982ad441e80529e64bf7235b /chef-bin/lib/chef-bin/version.rb
parentd7cb03367a3066261ff7bc73e5db4659ca0d3148 (diff)
downloadchef-3a5c7693b2eb7964c81c400fa3cb9c98974f7ba6.tar.gz
Bump version to 16.0.241 by Chef Expeditorv16.0.241
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 a5b098ed9d..2ed1558092 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.240".freeze
+ VERSION = "16.0.241".freeze
end
#