summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-23 10:23:31 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-23 10:23:31 +0000
commitdd0009d7e77f192cadb1632f2159a6dbc880980f (patch)
treed8e1f4b2a7a00033ca245a96538887bcaaeb24dc /chef-bin
parent3e665b2f892039cca731866dbb5b5bfe6505dff2 (diff)
downloadchef-dd0009d7e77f192cadb1632f2159a6dbc880980f.tar.gz
Bump version to 15.2.29 by Chef Expeditorv15.2.29
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 56dea5aa67..c1481dcec4 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.2.28".freeze
+ VERSION = "15.2.29".freeze
end
#