summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-11 15:59:09 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-11 15:59:09 +0000
commitd775e6f3d7b584beb523546bbd0ccd85d6fdc133 (patch)
treed7a872f86423c830d00a7bcbbbf1e6290a20c645 /chef-config
parentffda24bde97b28ce79240011b41f7dd79b785756 (diff)
downloadchef-d775e6f3d7b584beb523546bbd0ccd85d6fdc133.tar.gz
Bump version to 15.3.13 by Chef Expeditorv15.3.13
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 cec13052ef..8624bfe574 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.12".freeze
+ VERSION = "15.3.13".freeze
end
#