summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-24 21:52:47 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-24 21:52:47 +0000
commit0632f9e682ac3123fa2502991647dfc3ba5255c8 (patch)
treefe766e5f4dd5e7f87702f4530a01b34a670aec7f /lib/chef/version.rb
parentc6189efb1684d384a07a197a6c7cf23cacf8b6ce (diff)
downloadchef-0632f9e682ac3123fa2502991647dfc3ba5255c8.tar.gz
Bump version to 16.0.154 by Chef Expeditorv16.0.154
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 22f2bc6ea7..38db9de9c0 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.153")
+ VERSION = Chef::VersionString.new("16.0.154")
end
#