summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-26 02:25:41 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-26 02:25:41 +0000
commita7b4b74cd3bc9e1ddde75330e27cd2fb4d2f78de (patch)
tree165a9ce17379049cab15dbbf38a9c6b046e9e207 /lib
parent8890169866fbc25cd37d4cc817b478e0a90b36c9 (diff)
downloadchef-a7b4b74cd3bc9e1ddde75330e27cd2fb4d2f78de.tar.gz
Bump version to 18.0.57 by Chef Expeditorv18.0.57
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 9e51f4a7d8..986c62ab10 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.56")
+ VERSION = Chef::VersionString.new("18.0.57")
end
#