summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-19 20:27:57 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-19 20:27:57 +0000
commit2624e7a4642d82cacd82f8ac8581b56e25e62cbf (patch)
treed42bf0b0581f4d9e9b22f4d2e45ba4721062955a /chef-bin
parentb916efbcef276168c92811f2fa5f665ff5fa772d (diff)
downloadchef-2624e7a4642d82cacd82f8ac8581b56e25e62cbf.tar.gz
Bump version to 18.0.147 by Chef Expeditorv18.0.147
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 b566d5270e..4b7361ed97 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.146".freeze
+ VERSION = "18.0.147".freeze
end
#