summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-04 21:57:14 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-04 21:57:14 +0000
commit72352921c1b03957fdf39794737f45c88a9346ba (patch)
treecd710249fd33329194738b646bc0194812c9803b /chef-bin/lib
parent89f2aac1d6938f2165d829632847d40e705a03f0 (diff)
downloadchef-72352921c1b03957fdf39794737f45c88a9346ba.tar.gz
Bump version to 15.4.64 by Chef Expeditorv15.4.64
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 7342d09ac4..faeceb93d9 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 = "15.4.63".freeze
+ VERSION = "15.4.64".freeze
end
#