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