summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-26 07:42:20 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-26 07:42:20 +0000
commit2ea88376925bac73cbeb77c53af23be4a5da7c13 (patch)
tree9af3836aac09fbd393095265f9f8b4aa5d7964e9 /lib/chef
parent40a02fcf981a709f7fc5735e56e67539af0ff523 (diff)
downloadchef-2ea88376925bac73cbeb77c53af23be4a5da7c13.tar.gz
Bump version to 18.0.101 by Chef Expeditorv18.0.101
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 7ff7810065..d8da1a02e8 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.100")
+ VERSION = Chef::VersionString.new("18.0.101")
end
#