summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-07 17:31:55 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-07 17:31:55 +0000
commit3a9fafbeec1735cd614f5397d21e48812ff551a2 (patch)
tree4fb56a335af3ae2daace9d4b2ec59847ab4c3fb3 /lib/chef
parent23d806d196fc99be900557d75c4e1f30951ea28c (diff)
downloadchef-3a9fafbeec1735cd614f5397d21e48812ff551a2.tar.gz
Bump version to 15.0.102 by Chef Expeditorv15.0.102
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 019d3737ab..da8b092e98 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.101")
+ VERSION = Chef::VersionString.new("15.0.102")
end
#