summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-09 10:35:01 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-09 10:35:01 +0000
commitd2c55a3d8ace486703e5a0dfda34e5b413ba7986 (patch)
treeab50a4e98fc521257171667dbfeec69ad3e262a9 /lib
parente99c963df301aa794f62ff5bf485e5862ae01556 (diff)
downloadchef-d2c55a3d8ace486703e5a0dfda34e5b413ba7986.tar.gz
Bump version to 18.0.179 by Chef Expeditorv18.0.179
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 788949f911..f8f1dd13dc 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.178")
+ VERSION = Chef::VersionString.new("18.0.179")
end
#