summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-02 17:35:43 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-02 17:35:43 +0000
commite9c7e5cac62777bf9d856248c5175992b347e82e (patch)
treec33161e61fdd6169c432ee9f68abeed296fd9b29 /chef-bin
parent97a56cfd319407656165f76c75e92c7418044938 (diff)
downloadchef-e9c7e5cac62777bf9d856248c5175992b347e82e.tar.gz
Bump version to 18.0.63 by Chef Expeditorv18.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 fa2b1a99a2..d22e2a55d9 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 = "18.0.62".freeze
+ VERSION = "18.0.63".freeze
end
#