module Dagger MAJOR = 1 MINOR = 6 PATCH = 2 VERSION = [MAJOR, MINOR, PATCH].join('.') end