summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-25 19:57:39 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-25 19:57:39 +0000
commit476cc57d191bd498f87449307afd073654d86f0b (patch)
tree0194dcaef19e765dc77c60f5235bb39ab4c91804 /lib
parente58def6d25ee747599074949c27e503709fcbceb (diff)
downloadchef-476cc57d191bd498f87449307afd073654d86f0b.tar.gz
Bump version to 18.0.56 by Chef Expeditorv18.0.56
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 bf5a77bc9d..9e51f4a7d8 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.55")
+ VERSION = Chef::VersionString.new("18.0.56")
end
#