summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-29 21:41:28 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-29 21:41:29 +0000
commitf0878f4e9ddd5b273b7fed67f30742c25f1662c3 (patch)
treee24a7fe4d0601fe4b31e84c2bdabf3d227e5b7c5 /chef-config
parent7cfd9c3c099b264924da08721e7759886c94d16f (diff)
downloadchef-f0878f4e9ddd5b273b7fed67f30742c25f1662c3.tar.gz
Bump version to 14.13.0 by Chef Expeditorv14.13.0
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 e93186b766..6a6f59dc5a 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 = "14.12.14".freeze
+ VERSION = "14.13.0".freeze
end
#