summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-04 23:42:06 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-04 23:42:06 +0000
commit3eef7a1befa2ef5883f047fea5d2a2c5eee36948 (patch)
tree0500b5ca7a5bf861e8440e6f469cbfeed9c145a7 /chef-bin
parent5aa7e5a2b98684e26b51b29c41b26ce7f5a3746e (diff)
downloadchef-3eef7a1befa2ef5883f047fea5d2a2c5eee36948.tar.gz
Bump version to 16.0.274 by Chef Expeditorv16.0.274
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 976de4e15d..59cb0f4bc7 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.273".freeze
+ VERSION = "16.0.274".freeze
end
#