summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-02 00:33:44 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-02 00:33:44 +0000
commitfc8bf894660855c428012b34cdae6679dffd4a0e (patch)
tree1ed535cec09f2325c253ef2af39532a525774b08 /chef-bin
parentb84859b52212ab21fb5ab3d344ac3f9627c98e98 (diff)
downloadchef-fc8bf894660855c428012b34cdae6679dffd4a0e.tar.gz
Bump version to 15.0.252 by Chef Expeditorv15.0.252
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 2be3fbf586..9d0d6c059f 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.0.251".freeze
+ VERSION = "15.0.252".freeze
end
#