summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-19 16:58:13 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-19 16:58:13 +0000
commit057b589e647e8f977b4fa51e74a015e9854e7381 (patch)
tree72525331eedd248fe7f7360f9666c600a69d3e66 /lib
parent339ec3a3fce83d5d87eaabfad5121b17bfc84876 (diff)
downloadchef-057b589e647e8f977b4fa51e74a015e9854e7381.tar.gz
Bump version to 15.0.114 by Chef Expeditorv15.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 2ff2de4b20..12692d1e34 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.113")
+ VERSION = Chef::VersionString.new("15.0.114")
end
#