summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-04 18:05:51 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-04 18:05:51 +0000
commit3b9a17306796a71c67561d49784e459e192fcf24 (patch)
treef93640c358a54827edbd2416fd83cabf96248cf0 /chef-bin
parenta8d6842b96c4eb597c3862fff10b2f25b1bbf0f5 (diff)
downloadchef-3b9a17306796a71c67561d49784e459e192fcf24.tar.gz
Bump version to 15.4.63 by Chef Expeditorv15.4.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 aa500d19a9..7342d09ac4 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.62".freeze
+ VERSION = "15.4.63".freeze
end
#