module ActionKitRest module VERSION MAJOR = 0 MINOR = 3 PATCH = 6 BUILD = nil STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end end