summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-20 07:00:19 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-20 07:00:19 +0000
commitb48d39a84143e6619012ee6fac65f4a06883d245 (patch)
tree8bb8ab3cd8de9b9e63011c0b756decdd15fda698 /lib
parent4d5ba6e87038163eb94ea577d8cf7d84f59af515 (diff)
downloadchef-b48d39a84143e6619012ee6fac65f4a06883d245.tar.gz
Bump version to 15.0.115 by Chef Expeditorv15.0.115
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 12692d1e34..ff7da56bc9 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.114")
+ VERSION = Chef::VersionString.new("15.0.115")
end
#