module ActionWebService module VERSION MAJOR = 0 MINOR = 9 TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end end