summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-29 21:50:11 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-29 21:50:11 +0000
commit16d9804a6d62af90720c8a88cff27b8abc6d7e0c (patch)
treec4e0c4a46020ab1288bcca3890c542ae0aec32ae /chef-config/lib/chef-config/version.rb
parent966d98d04f2a23a407d166f6577d0734dcf4dd12 (diff)
downloadchef-16d9804a6d62af90720c8a88cff27b8abc6d7e0c.tar.gz
Bump version to 14.13.2 by Chef Expeditorv14.13.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 c2a65bf075..e020277c40 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.13.1".freeze
+ VERSION = "14.13.2".freeze
end
#