summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-24 02:15:31 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-24 02:15:31 +0000
commitaacef41958c25100720205a5c70e6727175f7fa6 (patch)
tree652764e27792c2b43bd85e64a5114952dd7f82fb /chef-bin/lib/chef-bin/version.rb
parent8dcbe94fbb51be2e21538b65ba776452a90c12ab (diff)
downloadchef-aacef41958c25100720205a5c70e6727175f7fa6.tar.gz
Bump version to 16.0.240 by Chef Expeditorv16.0.240
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 8b97e20153..a5b098ed9d 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.239".freeze
+ VERSION = "16.0.240".freeze
end
#