summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-11 13:20:51 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-11 13:20:51 +0000
commit4919fe85ab22e4d45c3f172a4c6cec83eee80f48 (patch)
treea39e4e08f4916ef66dcd5b60366a35dc90203867 /chef-config
parent2744875f182b4a19fcaf822ae6aff86f0f184d9e (diff)
downloadchef-4919fe85ab22e4d45c3f172a4c6cec83eee80f48.tar.gz
Bump version to 15.3.12 by Chef Expeditorv15.3.12
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 efff472141..cec13052ef 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.3.11".freeze
+ VERSION = "15.3.12".freeze
end
#