summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-07 00:02:51 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-07 00:02:51 +0000
commit021df024c4ea8529557c080ffe9ffb4133ee7ae8 (patch)
treee9615cbe8ad7e9fe857f9c88b37edc8a7310422b /chef-bin
parent7e06b4eb01dafa3fb867b4d60d0f40b8cf8bf69f (diff)
downloadchef-021df024c4ea8529557c080ffe9ffb4133ee7ae8.tar.gz
Bump version to 16.0.281 by Chef Expeditorv16.0.281
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 3940eea1a7..753316733e 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.280".freeze
+ VERSION = "16.0.281".freeze
end
#