# -*- encoding: utf-8 -*- module Kasket class Version MAJOR = 3 MINOR = 1 PATCH = 5 STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" PROTOCOL = 4 end end