summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-24 18:20:36 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-24 18:20:36 +0000
commit786715a03bfa2466800941d8edbbd5a558df8820 (patch)
tree55c01dbafba6a1f3fe8192340a2e03e8b00d2a6a /lib
parent20fc85d9b8a77eee79e5333dc783e95813078efb (diff)
downloadchef-786715a03bfa2466800941d8edbbd5a558df8820.tar.gz
Bump version to 18.0.123 by Chef Expeditorv18.0.123
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 608d074905..2b5e61a967 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.122")
+ VERSION = Chef::VersionString.new("18.0.123")
end
#