summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-27 17:49:30 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-27 17:49:30 +0000
commitc00869043ff495571460768e2afb92fb740bbfbc (patch)
tree61025fb580c01ff917e0dfac031569e0e869137d /chef-bin/lib/chef-bin/version.rb
parent03e26ea20baa3eee75157337db184215998dcadf (diff)
downloadchef-c00869043ff495571460768e2afb92fb740bbfbc.tar.gz
Bump version to 17.0.64 by Chef Expeditorv17.0.64
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 6337f26335..29bb3833e2 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.63".freeze
+ VERSION = "17.0.64".freeze
end
#