summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-27 16:54:10 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-27 16:54:10 +0000
commite132c98be92a02fad94f87188c8a1d54ba0ac7b1 (patch)
treedfd8448e6f1760cca67e2448be25f6ff146bd83c /chef-bin
parent5e2ca501715a7614c64de62d9a396f11de986dbe (diff)
downloadchef-e132c98be92a02fad94f87188c8a1d54ba0ac7b1.tar.gz
Bump version to 15.1.33 by Chef Expeditorv15.1.33
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 3bd1719bed..18383767a3 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.32".freeze
+ VERSION = "15.1.33".freeze
end
#