summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-02 07:19:56 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-02 07:19:56 +0000
commit3201e5f2025779c2acd04c4c5e3193b9005e8276 (patch)
tree0d6d26e42809d3d87700aea576bca41449a7cfe0 /lib/chef/version.rb
parent12c5808e25514de14350d16a0d2304ddfbded70a (diff)
downloadchef-3201e5f2025779c2acd04c4c5e3193b9005e8276.tar.gz
Bump version to 18.0.105 by Chef Expeditorv18.0.105
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 99df51f807..b47e77c4fe 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.104")
+ VERSION = Chef::VersionString.new("18.0.105")
end
#