summaryrefslogtreecommitdiff
path: root/chef-config/lib
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-config/lib
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-config/lib')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 45a797b023..1f36b53cf6 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.1.14".freeze
+ VERSION = "15.1.15".freeze
end
#