summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-03 01:56:19 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-03 01:56:19 +0000
commit4db7562a231a7da054eded4a1fe35ea798b92e66 (patch)
treeb8d44a428a1a1750a8df086c0ea0405164a1ed1e /lib/chef
parent173b413690d93e7bfb439b0a586b9563384e3072 (diff)
downloadchef-4db7562a231a7da054eded4a1fe35ea798b92e66.tar.gz
Bump version to 16.0.108 by Chef Expeditorv16.0.108
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 9609afbb9b..ee92439f08 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.107")
+ VERSION = Chef::VersionString.new("16.0.108")
end
#