summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-11 18:23:10 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-11 18:23:10 +0000
commit2505112add8e5e220441a2e5aed5456e7dcc3a72 (patch)
tree17dea580746a816b7336aa25af73a1bd4247b72a /lib
parentc30636763f3ed49edae5b26cf83577fe0a3fa732 (diff)
downloadchef-2505112add8e5e220441a2e5aed5456e7dcc3a72.tar.gz
Bump version to 16.4.18 by Chef Expeditorv16.4.18
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 643754831e..3d98e6a88f 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("16.4.17")
+ VERSION = Chef::VersionString.new("16.4.18")
end
#