summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-04 18:49:00 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-04 18:49:00 +0000
commitdd0ffd20b132adafc4a37c34fc384ba62c710684 (patch)
treef8443d106bba7eab223e2f043e2d2a6b990912dd /lib
parenta19bf6a3fc0e5611928830295379b990e613de1c (diff)
downloadchef-dd0ffd20b132adafc4a37c34fc384ba62c710684.tar.gz
Bump version to 16.0.182 by Chef Expeditorv16.0.182
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 f398964cbf..d634e375d2 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.181")
+ VERSION = Chef::VersionString.new("16.0.182")
end
#