module Animoto # Returns the version of the client. Note this is the release version number for # the client package, and not the version of the Animoto API this client works # with. # # @return [String] def self.version "0.1.0.beta1" end end