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