summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-22 01:56:40 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-22 01:56:40 +0000
commit67a19dfb20c787a84a905859f3e6e76faa106bab (patch)
treea8d525c6d8ef4ff2a4ab910736cd10941259656d /lib
parent549bdc9f4e0ff328517ae3dbf90786aa0b9ae1dc (diff)
downloadchef-67a19dfb20c787a84a905859f3e6e76faa106bab.tar.gz
Bump version to 16.0.5 by Chef Expeditorv16.0.5
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 bff1e67c22..1ceeca4e2d 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.4")
+ VERSION = Chef::VersionString.new("16.0.5")
end
#