summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-30 20:15:50 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-30 20:15:50 +0000
commit16725d756896055681b887a89a66d1d0bb0db093 (patch)
treecb0c353940009cdd76042fc73204e1a8150f120a /lib
parent9d7a984a04e308ddc0e0809e4a75be8b2e4d05e2 (diff)
downloadchef-16725d756896055681b887a89a66d1d0bb0db093.tar.gz
Bump version to 15.4.14 by Chef Expeditorv15.4.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 2862de7735..b3ddc27b0e 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.4.13")
+ VERSION = Chef::VersionString.new("15.4.14")
end
#