summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-01 16:33:05 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-01 16:33:05 +0000
commit84bc72b0a188e9c4a5293de9d16ff0dc612cb6ef (patch)
tree914b11ceddb121fec7d86923df73bc5df67c33f8 /chef-bin
parent7544908c8eaf79e3aa73bf82295175c505e1ef8e (diff)
downloadchef-84bc72b0a188e9c4a5293de9d16ff0dc612cb6ef.tar.gz
Bump version to 15.0.248 by Chef Expeditorv15.0.248
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 eff9f9fd01..0c0b7cea06 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.247".freeze
+ VERSION = "15.0.248".freeze
end
#