summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-11 15:26:03 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-11 15:26:03 +0000
commitf71c0a1adb8ff792a7eb7f826fff686b38135fc8 (patch)
treea85490e6b41d7959d5530f417c65aedd2b43faa5 /lib/chef/version.rb
parent6b430b1e2873feccdd21b8da7fb5f982dccb756b (diff)
downloadchef-f71c0a1adb8ff792a7eb7f826fff686b38135fc8.tar.gz
Bump version to 13.3.42 by Chef Expeditorv13.3.42
Diffstat (limited to 'lib/chef/version.rb')
-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 71becff171..05ee00a869 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -22,7 +22,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.3.41")
+ VERSION = Chef::VersionString.new("13.3.42")
end
#