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 "1.5.2" end end