summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-08 11:59:26 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-08 11:59:26 +0000
commitf065ac004b47a2e1fb60fa8c9d4948e3e6fa698c (patch)
tree7201b0f6ce796f429d635cbec29cdff9181d6414 /lib/chef/version.rb
parent28fcfc7918dd053ab2bce8283c95b9dcc13ce092 (diff)
downloadchef-f065ac004b47a2e1fb60fa8c9d4948e3e6fa698c.tar.gz
Bump version to 18.0.177 by Chef Expeditorv18.0.177
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 a0f0b080c6..14951fa433 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.176")
+ VERSION = Chef::VersionString.new("18.0.177")
end
#