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