summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-30 23:29:20 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-30 23:29:20 +0000
commit18ca8ca2ec2e09ac5d2ca4b37d8db37ee767c34d (patch)
tree093e446b39802594d901083f8ef558fb6f1d445b /chef-bin/lib/chef-bin/version.rb
parentd56749986dd14cb9faf418c81d5c248200e45404 (diff)
downloadchef-18ca8ca2ec2e09ac5d2ca4b37d8db37ee767c34d.tar.gz
Bump version to 16.0.264 by Chef Expeditorv16.0.264
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 c29f1d4dcf..fbce20f3f4 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.263".freeze
+ VERSION = "16.0.264".freeze
end
#