summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-07 20:39:33 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-07 20:39:33 +0000
commit37914f9f192a8d77f0e4fef8a09c2a20c90ccddb (patch)
tree22634e560632321d821d776cdbfd11442cb6292e /lib/chef/version.rb
parentd5b4159e11f86f34075687d34e96354099ed129e (diff)
downloadchef-37914f9f192a8d77f0e4fef8a09c2a20c90ccddb.tar.gz
Bump version to 14.3.34 by Chef Expeditorv14.3.34
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 b866f6cc02..5b3de83e15 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.3.33")
+ VERSION = Chef::VersionString.new("14.3.34")
end
#