module Dockly MAJOR = 3 MINOR = 4 PATCH = 1 RELEASE = nil VERSION = [MAJOR, MINOR, PATCH, RELEASE].compact.join('.') end