summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-23 22:46:59 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-23 22:46:59 +0000
commit303282f31ea20ff5dcdefe42e19c0bb8a42f4178 (patch)
tree40dfa9bd63d6322992a9cc0525a28e40d8fe4422 /chef-bin
parent4076d718c7d5547727527f767bab277cc27110c3 (diff)
downloadchef-303282f31ea20ff5dcdefe42e19c0bb8a42f4178.tar.gz
Bump version to 15.2.4 by Chef Expeditorv15.2.4
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 50a2146d6e..af12572a1a 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.3".freeze
+ VERSION = "15.2.4".freeze
end
#