summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-14 17:01:44 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-14 17:01:44 +0000
commit7c72cbb522d844b53134c3fd7a66b49b752a3f04 (patch)
tree8f42444e5139f5118b546a32f02c090756f948bb /lib/chef
parent0f72fa4740c6760d8b191fcb98cf1abfb41b2123 (diff)
downloadchef-7c72cbb522d844b53134c3fd7a66b49b752a3f04.tar.gz
Bump version to 15.0.109 by Chef Expeditorv15.0.109
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 9c48ac90d3..c383f48a6e 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.108")
+ VERSION = Chef::VersionString.new("15.0.109")
end
#