summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-27 15:59:12 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-27 15:59:12 +0000
commitb3d5d6a4a59ebaa338690d332c5baa3b785d9d8f (patch)
tree9bf9481ff25ff3cd2088ef7fbc42cef4122e7f99 /chef-bin
parent8a494fc977b572f899399be03d198cef52f3069a (diff)
downloadchef-b3d5d6a4a59ebaa338690d332c5baa3b785d9d8f.tar.gz
Bump version to 17.0.63 by Chef Expeditorv17.0.63
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 7c2812583c..6337f26335 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("..", __dir__)
- VERSION = "17.0.62".freeze
+ VERSION = "17.0.63".freeze
end
#