summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-01-02 17:26:21 +0000
committerThom May <thom@chef.io>2018-01-02 17:26:21 +0000
commite7020f44933e22defb7985764c4471fca27b0992 (patch)
tree90962afb5f8af9b2c1959906a4e85eb703af71e3 /lib
parentc4b81c8e2951067d7458c16343d3ea036c864fb6 (diff)
downloadchef-e7020f44933e22defb7985764c4471fca27b0992.tar.gz
bump minor
Signed-off-by: Thom May <thom@chef.io>
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 836c50a4d4..b17633be1f 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.6.57")
+ VERSION = Chef::VersionString.new("13.7.0")
end
#