module Rack

def self.release

Return the Rack release as a dotted string.
def self.release
  RELEASE
end