summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-22 20:20:54 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-22 20:20:54 +0000
commitda15ad4803c68dd4e97d7c486e12230892f99e82 (patch)
tree3180b14a0e5727732ee4783f7d1a1878a388c45c /lib
parent8748c26bdc2225b89a9d04761166ed99c2abb860 (diff)
downloadchef-da15ad4803c68dd4e97d7c486e12230892f99e82.tar.gz
Bump version to 14.0.14 by Expeditorv14.0.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 f2d98c0ec6..9b9b29e633 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.0.13")
+ VERSION = Chef::VersionString.new("14.0.14")
end
#