summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/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-utils/lib/chef-utils/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-utils/lib/chef-utils/version.rb')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index ec38f80e6a..32a9cef417 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.262".freeze
+ VERSION = "16.0.263".freeze
end