summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-22 21:19:27 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-22 21:19:27 +0000
commitdf8e8851621f5955983c2e4537a2c32694c07ece (patch)
tree81e05857b2d6dae768f175e91ba50b8b71e6441a /lib
parentda4d4211abd667441445e4e7c4b9835b982bbfcf (diff)
downloadchef-df8e8851621f5955983c2e4537a2c32694c07ece.tar.gz
Bump version to 18.1.23 by Chef Expeditorv18.1.23
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 ae047ecdec..c77b86aad7 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.1.22")
+ VERSION = Chef::VersionString.new("18.1.23")
end
#