module Kasket class Version MAJOR = 3 MINOR = 2 PATCH = 0 STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" PROTOCOL = 4 end end