summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-10 22:20:50 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-10 22:20:50 +0000
commite8b36d0361d9c92f5ddf9b144bf37bba24c82a07 (patch)
tree433a0eb96146ed72c7049cfce31b0c719fbef1d6 /chef-bin
parenta2809d49c04849386fb15961f9a716912a931d6a (diff)
downloadchef-e8b36d0361d9c92f5ddf9b144bf37bba24c82a07.tar.gz
Bump version to 15.1.48 by Chef Expeditorv15.1.48
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 c94941a388..5480fbbcb8 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.47".freeze
+ VERSION = "15.1.48".freeze
end
#