summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-13 16:23:52 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-13 16:23:52 +0000
commit57ae7923d38ad481d534402f6c21312ac2fdf6bb (patch)
treeb5c98da8fc223afcad89cb4c3e1c233aeb22a436 /chef-bin
parent8a9f86e86a8f3c36292123b4ab80e61460ed391d (diff)
downloadchef-57ae7923d38ad481d534402f6c21312ac2fdf6bb.tar.gz
Bump version to 15.0.289 by Chef Expeditorv15.0.289
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 3f43167246..6e9efb850e 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.288".freeze
+ VERSION = "15.0.289".freeze
end
#