summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 5fac3c9a0e..f66f4808cc 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.1.30")
+ VERSION = Chef::VersionString.new("15.1.31")
end
#