summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-18 09:39:14 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-18 09:39:14 +0000
commitb1ce96c8f41a28106f2308b4041eb08236f77470 (patch)
treeb40fa0e484338bc62417ada575578e6e78d8a7cb /chef-bin
parent298f2a603061be9ca9f5670d5bbb25c1a57d8ddf (diff)
downloadchef-b1ce96c8f41a28106f2308b4041eb08236f77470.tar.gz
Bump version to 15.1.15 by Chef Expeditorv15.1.15
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 9aa80fd5e8..dda72daf1a 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.14".freeze
+ VERSION = "15.1.15".freeze
end
#