summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-23 18:46:54 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-23 18:46:54 +0000
commit0584508ea354dade2d3df419d98b5171ff82fb2e (patch)
tree4c8bb70287fce0d1f93503370d15807a7121a9d5 /lib
parent7b538b4be0c9ec25c27bfe690e734f994d67046c (diff)
downloadchef-0584508ea354dade2d3df419d98b5171ff82fb2e.tar.gz
Bump version to 14.4.14 by Chef Expeditorv14.4.14
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 22b57163a3..abb43c168d 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("14.4.13")
+ VERSION = Chef::VersionString.new("14.4.14")
end
#