summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-26 17:58:38 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-26 17:58:38 +0000
commit2b3d538d6eab8683445ad393c35303ec8433790e (patch)
tree5d3fe6fcbd1fb3378170394db25b9122f71d3778 /chef-config
parent979625a8de452b525cf5cf1b00b8e059b42167b0 (diff)
downloadchef-2b3d538d6eab8683445ad393c35303ec8433790e.tar.gz
Bump version to 15.1.31 by Chef Expeditorv15.1.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 b0ed95ac72..bc83e0445d 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.1.30".freeze
+ VERSION = "15.1.31".freeze
end
#