summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
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 /lib/chef/version.rb
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 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index bed07b6c94..27a3f17617 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.0.146")
+ VERSION = Chef::VersionString.new("18.0.147")
end
#