module Netzke module Basepack module Version MAJOR = 0 MINOR = 6 PATCH = 1 STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end end