summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-10 22:23:16 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-10 22:23:16 +0000
commit9a23d59e2a11cccff0ad1a0dda18ff6abf154564 (patch)
treeb690d71f5fbf6337f957cbcd2851ad3d8585deef /chef-bin/lib/chef-bin/version.rb
parent9a2cf66f9d7ca44fe11414be866e0647a49e2faa (diff)
downloadchef-9a23d59e2a11cccff0ad1a0dda18ff6abf154564.tar.gz
Bump version to 15.1.8 by Chef Expeditorv15.1.8
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 f20d47167b..2c9b0f2456 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.1.7".freeze
+ VERSION = "15.1.8".freeze
end
#