summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-07-06 10:26:15 +0100
committerThom May <thom@may.lt>2017-07-06 10:26:15 +0100
commit10e3e762e9c126a2bd7fc149640021b7ef3a7f4c (patch)
tree0dcc8ffa95c00213217500bfa4397a632a1f70b9 /lib
parentc1a8cfe00daab53c0b9c96e2b759d47aec4af22c (diff)
downloadchef-10e3e762e9c126a2bd7fc149640021b7ef3a7f4c.tar.gz
Start 13.3tm/13_3
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 bd5874354b..b4db8f5a40 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.2.22")
+ VERSION = Chef::VersionString.new("13.3.0")
end
#