summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-01 19:40:44 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-01 19:40:44 +0000
commit2775983b7003933dd3e952680f0ef836e65e30d4 (patch)
treeffdcc2b164da096edb3953f728ac071262363ed1 /lib
parent6460971f9e3040e110c90cbc50e178ef2eba1515 (diff)
downloadchef-2775983b7003933dd3e952680f0ef836e65e30d4.tar.gz
Bump version to 18.0.172 by Chef Expeditorv18.0.172
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 5f23e8668c..75c998e853 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.171")
+ VERSION = Chef::VersionString.new("18.0.172")
end
#