summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-28 19:21:04 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-28 19:21:04 +0000
commitbaaf6ae9735b1b555d3ab4f7aa2f8618df7e0fe5 (patch)
tree5c58dd13d1ba7720bd8f8a5b8ae4f64935f6b330 /chef-bin
parent632a4163d723ca4a7382a0701a3982479dff882b (diff)
downloadchef-baaf6ae9735b1b555d3ab4f7aa2f8618df7e0fe5.tar.gz
Bump version to 15.2.30 by Chef Expeditorv15.2.30
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 c1481dcec4..d648f7fb02 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.29".freeze
+ VERSION = "15.2.30".freeze
end
#