summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-16 21:26:27 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-16 21:26:27 +0000
commit69823b0d209fe0873bb4e9b0faf451b17c64ff43 (patch)
tree906d4fabde6ba10c75cdd067a2fb08b56260aa47 /chef-bin/lib/chef-bin/version.rb
parent481cb3028431136044ba30d3e8cec393ebfb3f60 (diff)
downloadchef-69823b0d209fe0873bb4e9b0faf451b17c64ff43.tar.gz
Bump version to 15.7.18 by Chef Expeditorv15.7.18
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 8843f03d55..7df88375e9 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.17".freeze
+ VERSION = "15.7.18".freeze
end
#