summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-30 17:53:31 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-30 17:53:31 +0000
commitd894f9e5cfad979b8b8f65285beeffc51c5684b9 (patch)
treedbaf866cf4d5699ba89ea9977af6f7ea5ae53f01 /lib
parentceeb7c1bdede286bdb66d87247ce4fb73b419c74 (diff)
downloadchef-d894f9e5cfad979b8b8f65285beeffc51c5684b9.tar.gz
Bump version to 15.0.14 by Chef Expeditorv15.0.14
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 71ad6abc47..532860b90f 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.13")
+ VERSION = Chef::VersionString.new("15.0.14")
end
#