summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-28 21:41:56 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-28 21:41:56 +0000
commita94295e818e8410ba45321c03d5db0ace1d77996 (patch)
tree03b22c57e0c95b586753f5869406524a9cad871e /lib
parent17b92c43f836f4e48a6c1dc1f3981b3822cb24cc (diff)
downloadchef-a94295e818e8410ba45321c03d5db0ace1d77996.tar.gz
Bump version to 15.1.34 by Chef Expeditorv15.1.34
Obvious fix; these changes are the result of automation not creative thinking.
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 8116e5b4c8..c642086fca 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.1.33")
+ VERSION = Chef::VersionString.new("15.1.34")
end
#