module Thin module VERSION #:nodoc: MAJOR = 0 MINOR = 5 TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') CODENAME = 'Cheezburger' end end