summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-18 09:29:29 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-18 09:29:29 +0000
commit60846aebe0220bf69972e6a6846eac68924de924 (patch)
tree4683797ebc2e323a5bea2868e17c0f229fc1cc96 /lib
parentc41bc290586cdaecc8dff6934dee816ed3b36048 (diff)
downloadchef-60846aebe0220bf69972e6a6846eac68924de924.tar.gz
Bump version to 14.1.19 by Chef Expeditorv14.1.19
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 fba5724222..ce77ccee1d 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.1.18")
+ VERSION = Chef::VersionString.new("14.1.19")
end
#