summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-07-20 18:56:55 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-07-20 18:56:55 +0000
commit30cc959bde0f00293cd28a77963f12a29b0086df (patch)
tree6f076789f21c1a2e85d48cfa1e978372892814a5 /lib
parentd14bf1be82c405d32fb868c51ca294af05d9963a (diff)
downloadchef-30cc959bde0f00293cd28a77963f12a29b0086df.tar.gz
Bump version to 13.3.19 by Chef Expeditorv13.3.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 5d232693f6..e2e921f6e7 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("13.3.18")
+ VERSION = Chef::VersionString.new("13.3.19")
end
#