summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-14 19:30:57 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-14 19:31:00 +0000
commitfaadc24bf83d87c58a03df5e0bf468c0d22f1c50 (patch)
tree0096b717d3611c478226d55cdd216421e090e5a2 /lib/chef/version.rb
parent48c896739cc59409b69897f438cf155b5062616a (diff)
downloadchef-faadc24bf83d87c58a03df5e0bf468c0d22f1c50.tar.gz
Bump version to 18.0.114 by Chef Expeditorv18.0.114
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 244b473906..994b3bb9b5 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.113")
+ VERSION = Chef::VersionString.new("18.0.114")
end
#