summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-01 17:35:11 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-01 17:35:11 +0000
commit46c271a5bb065ee01650309e2ccaac88283b7f29 (patch)
tree08acdfa07a52629890952b4ac2611cfe862bf580 /chef-bin/lib/chef-bin/version.rb
parentdf3031c1c88b6cdd5d9d1d5dfe461916962071ab (diff)
downloadchef-46c271a5bb065ee01650309e2ccaac88283b7f29.tar.gz
Bump version to 15.1.36 by Chef Expeditorv15.1.3615.1.36
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 6a730a2518..6a761a1763 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.35".freeze
+ VERSION = "15.1.36".freeze
end
#