summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-25 16:56:01 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-25 16:56:01 +0000
commitbea9900cec80d8fbfb9ada95ca3f146625bdc4a4 (patch)
treef935dec6b9dd40654f641f4603dea4f3100a9c26 /chef-bin
parent34126cde6b5e27eee55559faa60df415d61ae1d0 (diff)
downloadchef-bea9900cec80d8fbfb9ada95ca3f146625bdc4a4.tar.gz
Bump version to 15.4.8 by Chef Expeditorv15.4.8
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 35e788106c..dc3b7197e7 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.4.7".freeze
+ VERSION = "15.4.8".freeze
end
#