summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-10 22:17:29 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-10 22:17:29 +0000
commit742412f6eed9f288d536a8dc3509d7bc58f5dccb (patch)
tree6a0b8f344ae33b125e8a17e9f1ff33f33b7a5cee /chef-bin
parent063c046a4e5ea2727a64a122acedbb79948a5dd6 (diff)
downloadchef-742412f6eed9f288d536a8dc3509d7bc58f5dccb.tar.gz
Bump version to 15.1.47 by Chef Expeditorv15.1.47
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 45ec78da58..c94941a388 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.46".freeze
+ VERSION = "15.1.47".freeze
end
#