summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-18 17:28:21 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-18 17:28:21 +0000
commit82e37cd57e526a37043610419ddc9b1d33c08599 (patch)
tree18c79e41c9c084e07d92a775e6a45307aacf6c38 /lib
parentc7dc87111d406cbef959391e2338b1fef63ac53b (diff)
downloadchef-82e37cd57e526a37043610419ddc9b1d33c08599.tar.gz
Bump version to 15.0.111 by Chef Expeditorv15.0.111
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 b55b38f4db..9819edd814 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.110")
+ VERSION = Chef::VersionString.new("15.0.111")
end
#