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