summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-01 17:09:38 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-01 17:09:38 +0000
commit40d9f018aa09dcd8d3f6044e2a0dea9642880390 (patch)
treedcc8f7c3c916fc427d316f54e94a60d562fcc71f /chef-bin
parent454a195e347cd54731ee7a5da6b20e2122aef97c (diff)
downloadchef-40d9f018aa09dcd8d3f6044e2a0dea9642880390.tar.gz
Bump version to 15.1.35 by Chef Expeditorv15.1.35
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.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 bc7cf27378..6a730a2518 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.34".freeze
+ VERSION = "15.1.35".freeze
end
#