summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-07 16:18:06 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-07 16:18:06 +0000
commit14deb837315af9823921870de832c1579488ff75 (patch)
treeae1e639320aa50c40663fbaf0fc230fe445ec8bc /lib/chef/version.rb
parenteb3a8c4794db9225511406a48c5b1ea2b203878b (diff)
downloadchef-14deb837315af9823921870de832c1579488ff75.tar.gz
Bump version to 16.0.189 by Chef Expeditorv16.0.189
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 fdf30d8a87..6ac012e59c 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.188")
+ VERSION = Chef::VersionString.new("16.0.189")
end
#