summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-25 16:24:35 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-25 16:24:35 +0000
commitd0ca1f4616ac906ef1e31b5e2d79371a99ccffff (patch)
tree9010987322f60531f887bd9a4cf0dd0496b0f450 /lib
parent855fdddfe8cf14c9897957a00a91c65d34eacbd4 (diff)
downloadchef-d0ca1f4616ac906ef1e31b5e2d79371a99ccffff.tar.gz
Bump version to 18.1.7 by Chef Expeditorv18.1.7
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 cf819e3187..034eb50854 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.1.6")
+ VERSION = Chef::VersionString.new("18.1.7")
end
#