summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-29 19:55:13 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-29 19:55:13 +0000
commit9f3737dd5366f260244b3413197406552dbc1a3b (patch)
treea744693ed6741e4d446d3fe8b1842e6c029bb7cc /chef-bin/lib
parent94a5f9b5aae78a3b7932e041dee101a03c7e9626 (diff)
downloadchef-9f3737dd5366f260244b3413197406552dbc1a3b.tar.gz
Bump version to 15.2.34 by Chef Expeditorv15.2.34
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index d27bbc5507..32e39b4219 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.2.33".freeze
+ VERSION = "15.2.34".freeze
end
#