summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-30 22:48:51 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-30 22:48:51 +0000
commitceb3cd2fbdcd06ddf3f10cf28f56f8f4d4dd9d9b (patch)
treeaa4febc5be6dc0534f23cb7106ff5734247ef0f2 /chef-bin/lib/chef-bin/version.rb
parente047b7b4dea7096844048e5a85230dfba53e23f0 (diff)
downloadchef-ceb3cd2fbdcd06ddf3f10cf28f56f8f4d4dd9d9b.tar.gz
Bump version to 16.0.263 by Chef Expeditorv16.0.263
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 3160651875..c29f1d4dcf 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.262".freeze
+ VERSION = "16.0.263".freeze
end
#