diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-28 21:41:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-28 21:41:56 +0000 |
commit | a94295e818e8410ba45321c03d5db0ace1d77996 (patch) | |
tree | 03b22c57e0c95b586753f5869406524a9cad871e /chef-bin | |
parent | 17b92c43f836f4e48a6c1dc1f3981b3822cb24cc (diff) | |
download | chef-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-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
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 18383767a3..bc7cf27378 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.1.33".freeze + VERSION = "15.1.34".freeze end # |