summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-20 23:57:32 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-20 23:57:32 +0000
commit87f5518d8de895a4e1954f76c97117f5c6515c31 (patch)
tree1f3db6d1b104436e2efe3ccd577564ccbd0a1d71 /chef-config
parenta9670f631c15fea05fe032bf9b7281c5f793a28b (diff)
downloadchef-87f5518d8de895a4e1954f76c97117f5c6515c31.tar.gz
Bump version to 14.7.31 by Chef Expeditorv14.7.31
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 bae41990d1..e1c22a7516 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.7.30".freeze
+ VERSION = "14.7.31".freeze
end
#