summaryrefslogtreecommitdiff
path: root/chef-config/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 /chef-config/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 'chef-config/lib')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 02d3866f02..b4a7752237 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.1.33".freeze
+ VERSION = "15.1.34".freeze
end
#