summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-04 15:31:05 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-04 15:31:05 +0000
commit4f0f2c18953a97ca56c0a21b9e1161bcd3a6ca8d (patch)
tree9bb5ca4b96da4cb694a8cee593788e836c8101c6 /lib
parentd9b7a7f93e0a6a5c6e587d7b1bf4fbb0689858ac (diff)
downloadchef-4f0f2c18953a97ca56c0a21b9e1161bcd3a6ca8d.tar.gz
Bump version to 16.0.181 by Chef Expeditorv16.0.181
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 583e22c3e8..f398964cbf 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.180")
+ VERSION = Chef::VersionString.new("16.0.181")
end
#