summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-16 21:17:36 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-16 21:17:36 +0000
commit840ed4a3dfb71d63cf3d500281771a97fcc69f74 (patch)
tree76f295fdba8dc0425777471cf5505e891060ebe7 /chef-bin
parentdc2a55b1c9e10e670922c26c2d5af37773a68179 (diff)
downloadchef-840ed4a3dfb71d63cf3d500281771a97fcc69f74.tar.gz
Bump version to 15.7.17 by Chef Expeditorv15.7.17
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 0b04bbec1e..8843f03d55 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.7.16".freeze
+ VERSION = "15.7.17".freeze
end
#