summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-08 20:24:22 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-08 20:24:22 +0000
commit6fa3b5b44523dcea44f5233a8f26d3733496b258 (patch)
tree21dfaee0e48d6dce81f205e7b06dd99bf765e017 /chef-bin
parent718256efc9f8c167d1d19bcafff9db59161f48a1 (diff)
downloadchef-6fa3b5b44523dcea44f5233a8f26d3733496b258.tar.gz
Bump version to 15.0.279 by Chef Expeditorv15.0.279
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 a6f9073309..a245f8ce1b 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.278".freeze
+ VERSION = "15.0.279".freeze
end
#