summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-06 19:57:36 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-06 19:57:37 +0000
commitb8b7636ccc8293445c59bda2512bb6468843ca5f (patch)
tree0f83a59acd24ab552cacde54ff8387e9a1dffc88 /lib
parentf11019af0b420e9425e42b16d1df37c7b4a8d23f (diff)
downloadchef-b8b7636ccc8293445c59bda2512bb6468843ca5f.tar.gz
Bump version to 16.0.114 by Chef Expeditorv16.0.114
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 cfb5a9f28d..c76b0b9f72 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.113")
+ VERSION = Chef::VersionString.new("16.0.114")
end
#